-
Notifications
You must be signed in to change notification settings - Fork 132
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
Negative Balance #1384
Comments
It isn't. The problem is in the explorer. {
"counter": 1,
"delegation": {
"pools": []
},
"last_rewards": {
"epoch": 0,
"reward": 0
},
"value": 300000
} your balance is exactly In this block is included our first transaction that funded In this block is included your second transaction (pool registration) that costed you (in FEES) To be sure lets inspect some data from the second block since there are not much transactions in that block.
That block has only 1 Transaction containing the mentioned Pool Registration and the values match the expectations. The output value is what your balance is (at this exact moment) Let me know if you need more info. |
Thank you very much, I was worried of a critical bug in jormungandr. However, this ticket should be opened in the ShelleyExplorer then and fixed accordingly. |
Describe the bug
I've set up a stake pool and now I have negative balance.
Mandatory Information
jcli 0.8.2 (heads/v0.8.2-fe327f9a, release, linux [x86_64]) - [rustc 1.38.0 (625451e37 2019-09-23)]
jormungandr 0.8.2 (heads/v0.8.2-fe327f9a, release, linux [x86_64]) - [rustc 1.38.0 (625451e37 2019-09-23)]"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No negative balance. I've only registered the stakepool once, which is why the fee should be subtracted only once. Not sure what happened, but it appears it was subtracted twice.
Also how can balance be negative anyway?
The text was updated successfully, but these errors were encountered: