Fix function signature

This commit is contained in:
Jorge Martins
2022-07-15 12:51:30 +02:00
parent 53520d23c2
commit 143d0e54f6
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ void handleProvideErc20TokenInformation(uint8_t p1,
unsigned int *tx);
void handleProvideNFTInformation(uint8_t p1,
uint8_t p2,
uint8_t *dataBuffer,
const uint8_t *dataBuffer,
uint16_t dataLength,
unsigned int *flags,
unsigned int *tx);

View File

@@ -218,7 +218,7 @@ void handleProvideNFTInformation(uint8_t p1,
hashId,
hash,
sizeof(hash),
workBuffer + offset,
(uint8_t *) workBuffer + offset,
signatureLen)) {
#ifndef HAVE_BYPASS_SIGNATURES
PRINTF("Invalid NFT signature\n");