Skip to content

Commit

Permalink
Add secp256k1 curve back to APP_LOAD_PARAMS
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4karia authored Apr 10, 2024
1 parent 49f0afd commit f729ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endef
$(error "$(error_message)")
endif

APP_LOAD_PARAMS = $(COMMON_LOAD_PARAMS) --path $(APPPATH)
APP_LOAD_PARAMS = --curve secp256k1 $(COMMON_LOAD_PARAMS) --path $(APPPATH)

ENABLE_PENDING_REVIEW_SCREEN ?= 1

Expand Down

0 comments on commit f729ea7

Please sign in to comment.