From 58dca757e0ba81581ea918fa311a5839a9639ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= Date: Wed, 30 Jan 2019 11:50:29 +0100 Subject: [PATCH] Allow path 45 for multi-sig --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9fbeb3d..c2b7b7e 100755 --- a/Makefile +++ b/Makefile @@ -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