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

@@ -23,7 +23,7 @@ include $(BOLOS_SDK)/Makefile.defines
APPVERSION_M=1
APPVERSION_N=0
APPVERSION_P=20
APPVERSION_P=21
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
ifeq ($(CHAIN),ethereum)