Skip to content
New issue

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

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

Already on GitHub? # to your account

[p2] Burning native tokens will not decrease its "loose_tokens" at the same time #1627

Closed
shilei-wang opened this issue Jun 19, 2019 · 1 comment
Assignees
Labels
asset bug Something isn't working

Comments

@shilei-wang
Copy link
Contributor

To Reproduce

iriscli bank token-stats abc

TokenStats:
Loose Tokens: 100abc-min
Burned Tokens: 0abc-min
Bonded Tokens:

iriscli bank burn --amount=50abc --fee=0.004iris --commit --chain-id=shilei-qa --from=v0

Query again

iriscli bank token-stats abc

TokenStats:
Loose Tokens: 100abc-min
Burned Tokens: 50abc-min
Bonded Tokens:

@shilei-wang shilei-wang added the bug Something isn't working label Jun 19, 2019
@haifengxi
Copy link
Contributor

Related: #1603

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
asset bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants