Skip to content

Commit

Permalink
Fix app params
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Jun 27, 2024
1 parent f86f96a commit 4f48e55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ ifeq ($(COIN), STX)
# Main app configuration
DEFINES += APP_STANDARD
APPNAME = "Stacks"
APPPATH = "44'/5757'" --path "888'/0'" --path "44'/1'"
PATH_APP_LOAD_PARAMS = "44'/5757'" "888'/0'" "44'/1'"
APPPATH = "44'/5757'" --path "5757'" --path "888'/0'" --path "44'/1'"
PATH_APP_LOAD_PARAMS = "44'/5757'" "5757'" "888'/0'" "44'/1'"
else
define error_message

Expand All @@ -64,7 +64,7 @@ endef
$(error "$(error_message)")
endif

APP_LOAD_PARAMS = --curve secp256k1 $(COMMON_LOAD_PARAMS) --path ${APPPATH} --path "44'/1'"
APP_LOAD_PARAMS = --curve secp256k1 $(COMMON_LOAD_PARAMS)

include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.devices

Expand Down

0 comments on commit 4f48e55

Please sign in to comment.