Fix missing last character on address display, add full destination address when transacting, update latest ERC-20 tokens
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user