From f729ea7ce2d06328a4990c501236df47abe9a28d Mon Sep 17 00:00:00 2001 From: Z4karia <92750334+Z4karia@users.noreply.github.com> Date: Wed, 10 Apr 2024 09:32:08 +0000 Subject: [PATCH] Add secp256k1 curve back to APP_LOAD_PARAMS --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Makefile b/app/Makefile index 67b012e0..b48c3de1 100755 --- a/app/Makefile +++ b/app/Makefile @@ -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