Renamed NFT_TEST_KEY to NFT_STAGING_KEY

This commit is contained in:
Alexandre Paillier
2023-08-11 17:59:42 +02:00
parent 7efb861804
commit 72c19e0222
4 changed files with 14 additions and 14 deletions

View File

@@ -150,10 +150,10 @@ endif
# NFTs
ifneq ($(TARGET_NAME),TARGET_NANOS)
DEFINES += HAVE_NFT_SUPPORT
# Enable the NFT testing key
NFT_TESTING_KEY:=0
ifneq ($(NFT_TESTING_KEY),0)
DEFINES += HAVE_NFT_TESTING_KEY
# Enable the NFT staging key
NFT_STAGING_KEY:=0
ifneq ($(NFT_STAGING_KEY),0)
DEFINES += HAVE_NFT_STAGING_KEY
endif
endif