From 4a4dcdce9a469df7027b09c242adc2db5733800f Mon Sep 17 00:00:00 2001 From: BTChip github Date: Wed, 31 May 2017 21:48:27 +0200 Subject: [PATCH] Bump version, allow derivation on test path --- Makefile.genericwallet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.genericwallet b/Makefile.genericwallet index 5a1037d..255fada 100755 --- a/Makefile.genericwallet +++ b/Makefile.genericwallet @@ -21,11 +21,11 @@ endif include $(BOLOS_SDK)/Makefile.defines APPNAME = Ethereum -APP_LOAD_PARAMS=--appFlags 0x40 --path "44'/60'" --path "44'/61'" --curve secp256k1 $(COMMON_LOAD_PARAMS) +APP_LOAD_PARAMS=--appFlags 0x40 --path "44'/60'" --path "44'/61'" --path "44'/1'" --curve secp256k1 $(COMMON_LOAD_PARAMS) APPVERSION_M=1 APPVERSION_N=0 -APPVERSION_P=10 +APPVERSION_P=11 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) #prepare hsm generation