Change apdu payload length to proper size (8 bits)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
void handleStarkwareGetPublicKey(uint8_t p1,
|
||||
uint8_t p2,
|
||||
const uint8_t *dataBuffer,
|
||||
uint16_t dataLength,
|
||||
uint8_t dataLength,
|
||||
unsigned int *flags,
|
||||
unsigned int *tx) {
|
||||
bip32_path_t bip32;
|
||||
|
||||
Reference in New Issue
Block a user