From a86e7dc9b7fba3b9c2032986e85d97421324207d Mon Sep 17 00:00:00 2001 From: BTChip github Date: Sun, 17 Mar 2019 10:56:42 +0100 Subject: [PATCH] Do not activate external ERC 20 support yet --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index fa01e71..e6eef26 100755 --- a/Makefile +++ b/Makefile @@ -177,6 +177,8 @@ DEFINES += APPVERSION=\"$(APPVERSION)\" DEFINES += CX_COMPLIANCE_141 +DEFINES += HAVE_TOKENS_LIST # Do not activate external ERC-20 support yet + ############## # Compiler # ##############