We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c19528 + 4eb6860 commit 75ed298Copy full SHA for 75ed298
Makefile
@@ -36,7 +36,7 @@ APP_LOAD_FLAGS=--appFlags 0x200
36
# Application version
37
APPVERSION_M = 1
38
APPVERSION_N = 1
39
-APPVERSION_P = 5
+APPVERSION_P = 6
40
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"
41
42
# Application source files
@@ -69,7 +69,7 @@ CURVE_APP_LOAD_PARAMS = ed25519
69
# and SLIP-0044 standards.
70
# If your app needs it, you can specify multiple path by using:
71
# `PATH_APP_LOAD_PARAMS = "44'/1'" "45'/1'"`
72
-PATH_APP_LOAD_PARAMS = "44'/396'" # purpose=coin(44) / coin_type=Testnet(1)
+PATH_APP_LOAD_PARAMS = "44'/396'"
73
74
# Setting to allow building variant applications
75
# - <VARIANT_PARAM> is the name of the parameter which should be set
0 commit comments