cybertim / blockwallet

Block Wallet
10 stars 51 forks source link

[Bug] Token symbol length limit #24

Closed munrocket closed 6 years ago

munrocket commented 7 years ago

For now 3 letter is maximum length of ticker symbol in iOS app. But for example MCAP with 4 letter.

munrocket commented 7 years ago

Because of this I can't send a my ERC20 tokens to another wallet and get error: "incorrect address or checksum". As i understanded from FAQ your app has sending functional.

cybertim commented 6 years ago

Thought there was a 3 char limit, but it seems this is not the case. Will lift the restriction on the input field.

cybertim commented 6 years ago

from version 1.2.5 this is implemented

munrocket commented 6 years ago

Sounds great