Skip to content

Commit

Permalink
fix: allow pub key derivation for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard Merle authored and Saltari committed Aug 22, 2022
1 parent b230a65 commit 85326b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif

include $(BOLOS_SDK)/Makefile.defines

APP_LOAD_PARAMS += --appFlags 0x800 --path "44'/60'" --path "45'" --curve secp256k1
APP_LOAD_PARAMS += --appFlags 0x800 --path "44'/60'" --path "45'" --path "44'/1'" --curve secp256k1
APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS)

APPVERSION_M = 1
Expand Down

0 comments on commit 85326b8

Please sign in to comment.