Replaced the signature key used for EIP712 tests by the CAL testing one

This commit is contained in:
Alexandre Paillier
2022-08-10 18:31:23 +02:00
parent ed7b6541c0
commit 770bd9c39d
3 changed files with 7 additions and 16 deletions

View File

@@ -145,7 +145,12 @@ endif
# EIP-712
ifneq ($(TARGET_NAME),TARGET_NANOS)
DEFINES += HAVE_EIP712_FULL_SUPPORT
DEFINES += HAVE_EIP712_TESTING_KEY
endif
# CryptoAssetsList testing key
CAL_TESTING_KEY:=0
ifneq ($(CAL_TESTING_KEY),0)
DEFINES += HAVE_CAL_TESTING_KEY
endif
# Enabling debug PRINTF