Skip to content

Commit 6fa0daa

Browse files
authored
Merge pull request #58 from Zondax/dev
v1.7.1 - Validator app - Adjust expected hdpath
2 parents 39b942d + 326db9f commit 6fa0daa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ endif
4949

5050
APPVERSION_M=1
5151
APPVERSION_N=7
52-
APPVERSION_P=0
52+
APPVERSION_P=1
5353

5454
DEFINES += CBOR_NO_FLOATING_POINT
5555

app/src/validator/coin_validator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern "C" {
2626

2727
#define HDPATH_LEN_DEFAULT 5
2828

29-
#define HDPATH_0_DEFAULT (0x80000000u | 0x1da)
29+
#define HDPATH_0_DEFAULT (0x80000000u | 0x2b)
3030
#define HDPATH_1_DEFAULT (0x80000000u | 0x1da)
3131
#define HDPATH_2_DEFAULT (0x80000000u | 0u)
3232
#define HDPATH_3_DEFAULT (0u)

0 commit comments

Comments
 (0)