From 1d8a0070ef15be04c48705cca9630aa32af650c1 Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:15:20 +0100 Subject: [PATCH] Updates for newer SDK --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6ce7e6a48..d87372501 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,9 @@ CURVE_APP_LOAD_PARAMS = secp256k1 # Application allowed derivation paths. PATH_APP_LOAD_PARAMS = "" -APP_LOAD_PARAMS += --path_slip21 "LEDGER-Wallet policy" + +# Allowed SLIP21 paths +PATH_SLIP21_APP_LOAD_PARAMS = "LEDGER-Wallet policy" # Application version APPVERSION_M = 2 @@ -36,8 +38,6 @@ APPVERSION_N = 1 APPVERSION_P = 3 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" -APP_STACK_SIZE = 3072 - # Setting to allow building variant applications VARIANT_PARAM = COIN VARIANT_VALUES = bitcoin_testnet bitcoin