We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39b942d + 326db9f commit 6fa0daaCopy full SHA for 6fa0daa
2 files changed
app/Makefile
@@ -49,7 +49,7 @@ endif
49
50
APPVERSION_M=1
51
APPVERSION_N=7
52
-APPVERSION_P=0
+APPVERSION_P=1
53
54
DEFINES += CBOR_NO_FLOATING_POINT
55
app/src/validator/coin_validator.h
@@ -26,7 +26,7 @@ extern "C" {
26
27
#define HDPATH_LEN_DEFAULT 5
28
29
-#define HDPATH_0_DEFAULT (0x80000000u | 0x1da)
+#define HDPATH_0_DEFAULT (0x80000000u | 0x2b)
30
#define HDPATH_1_DEFAULT (0x80000000u | 0x1da)
31
#define HDPATH_2_DEFAULT (0x80000000u | 0u)
32
#define HDPATH_3_DEFAULT (0u)
0 commit comments