Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token transfer not correctly shown #1022

Closed
mdmvgithub opened this issue Aug 23, 2019 · 1 comment · Fixed by #1027
Closed

Token transfer not correctly shown #1022

mdmvgithub opened this issue Aug 23, 2019 · 1 comment · Fixed by #1027
Assignees
Labels
type-enhancement New feature or request
Milestone

Comments

@mdmvgithub
Copy link

mdmvgithub commented Aug 23, 2019

Hi,
I am performing transfer from a web page. It works nice with metamask extension, but the transfer is not shown correctly on android extension.

Using this code in a web page:
tkC=web3.eth.contract(abi).at(erc20)
tkC.transfer(wallet,value ......

Produces this image (the amount and the token name is not displayed):
image

@estebanmino
Copy link
Contributor

Hi @mdmvgithub thanks for reporting this, created a PR.

@estebanmino estebanmino self-assigned this Aug 26, 2019
@estebanmino estebanmino added this to the v1 milestone Aug 26, 2019
@estebanmino estebanmino added the type-enhancement New feature or request label Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants