Fix missing last character on address display, add full destination address when transacting, update latest ERC-20 tokens

This commit is contained in:
BTChip github
2017-10-27 06:03:49 +02:00
parent a240145f0f
commit cdc8c7436c
4 changed files with 131 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ typedef struct tokenDefinition_t {
} tokenDefinition_t;
#if defined(CHAIN_TYPE_ETHEREUM)
#define NUM_TOKENS 221
#define NUM_TOKENS 249
#elif defined(CHAIN_TYPE_UBIQ)
#define NUM_TOKENS 2
#elif defined(CHAIN_TYPE_EXPANSE)