Replaced the signature key used for EIP712 tests by the CAL testing one
This commit is contained in:
7
Makefile
7
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user