Change apdu payload length to proper size (8 bits)

This commit is contained in:
Alexandre Paillier
2022-07-19 11:42:25 +02:00
parent cd36a5fe9c
commit 895c37e1fa
17 changed files with 37 additions and 36 deletions

View File

@@ -219,6 +219,6 @@ extern uint32_t eth2WithdrawalIndex;
#endif
void reset_app_context(void);
const uint8_t *parseBip32(const uint8_t *, uint16_t *, bip32_path_t *);
const uint8_t *parseBip32(const uint8_t *, uint8_t *, bip32_path_t *);
#endif // _SHARED_CONTEXT_H_