Allow path 45 for multi-sig

This commit is contained in:
Clément Péron
2019-01-30 11:51:18 +01:00
parent d825d4f726
commit 58dca757e0
+2
View File
@@ -22,6 +22,8 @@ include $(BOLOS_SDK)/Makefile.defines
DEFINES_LIB = USE_LIB_ETHEREUM
APP_LOAD_PARAMS= --curve secp256k1 $(COMMON_LOAD_PARAMS)
# Allow the app to use path 45 for multi-sig (see BIP45).
APP_LOAD_PARAMS += --path "45'"
APPVERSION_M=1
APPVERSION_N=1