Skip to content

Commit

Permalink
Fix remove unnecessary flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jjourdois authored and jibeee committed Oct 7, 2022
1 parent 1b045df commit c815841
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ endif
include $(BOLOS_SDK)/Makefile.defines

APP_LOAD_PARAMS = --curve secp256k1
ifeq ($(TARGET_NAME),TARGET_NANOX)
APP_LOAD_PARAMS += --appFlags 0x200
else
APP_LOAD_PARAMS += --appFlags 0x000
endif
APP_LOAD_PARAMS += --path "48'/13'"
APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS)

Expand Down

0 comments on commit c815841

Please sign in to comment.