Skip to content

Commit

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

APP_LOAD_PARAMS = --curve secp256k1
APP_LOAD_PARAMS += --appFlags 0x240
APP_LOAD_PARAMS += --appFlags 0x200
APP_LOAD_PARAMS += --path "48'/13'"
APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS)

Expand Down

0 comments on commit 1b045df

Please sign in to comment.