Skip to content

Commit

Permalink
Set MAX_BIP32_PATH to 5
Browse files Browse the repository at this point in the history
From 10
  • Loading branch information
coderofstuff committed May 17, 2023
1 parent 11ecf85 commit 8ba7c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/bip32.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Maximum length of BIP32 path allowed.
*/
#define MAX_BIP32_PATH 10
#define MAX_BIP32_PATH 5

/**
* Read BIP32 path from byte buffer.
Expand Down

0 comments on commit 8ba7c05

Please sign in to comment.