Skip to content

Commit

Permalink
update hdpath size
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Jan 17, 2024
1 parent 5d514a5 commit 6f5e1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "zxformat.h"
#include "zxmacros.h"

uint32_t hdPath[HDPATH_LEN_DEFAULT];
uint32_t hdPath[MAX_BIP32_PATH];
uint32_t hdPath_len;
uint8_t change_address[20];
#include <bech32.h>
Expand Down
2 changes: 1 addition & 1 deletion app/src/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extern "C" {
#include "coin.h"
#include "zxerror.h"

extern uint32_t hdPath[HDPATH_LEN_DEFAULT];
extern uint32_t hdPath[MAX_BIP32_PATH];
extern uint32_t hdPath_len;
extern uint8_t change_address[20];

Expand Down

0 comments on commit 6f5e1da

Please sign in to comment.