Skip to content

Commit 75ed298

Browse files
authored
Merge pull request #21 from blooo-io/fix/LDG-735-audit-fix
fix: remove useless comment
2 parents 4c19528 + 4eb6860 commit 75ed298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ APP_LOAD_FLAGS=--appFlags 0x200
3636
# Application version
3737
APPVERSION_M = 1
3838
APPVERSION_N = 1
39-
APPVERSION_P = 5
39+
APPVERSION_P = 6
4040
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"
4141

4242
# Application source files
@@ -69,7 +69,7 @@ CURVE_APP_LOAD_PARAMS = ed25519
6969
# and SLIP-0044 standards.
7070
# If your app needs it, you can specify multiple path by using:
7171
# `PATH_APP_LOAD_PARAMS = "44'/1'" "45'/1'"`
72-
PATH_APP_LOAD_PARAMS = "44'/396'" # purpose=coin(44) / coin_type=Testnet(1)
72+
PATH_APP_LOAD_PARAMS = "44'/396'"
7373

7474
# Setting to allow building variant applications
7575
# - <VARIANT_PARAM> is the name of the parameter which should be set

0 commit comments

Comments
 (0)