-
Notifications
You must be signed in to change notification settings - Fork 98
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
Can’t increase amount to undelegate (add the number) when 0 < bond < 1 #1409
Comments
Currently it is. Delegation transactions only allow for whole numbers to be delegated. |
what is the reason? |
apparently this is due to the fact, that there will be no |
@fedekunze could you quickly help with clarify what the original issue was you filed? |
It’s more like because the input field only increases the step by 1 using the up button, if you have < 1 atom due to slashing you won’t be able to do anything, only typing the exact amount you want to undelegate. The ideal situation is that the inputs field increases the step by 1 (step=1) until you reach floor(maximum) and then change the step to decimal in order to be able to unbond your ‘maximum’ specified amount |
yes the user should be able to delegate, redelegate and unbond subatoms. the concern before was that delegating fractional tokens (subatoms) is not possible. |
Follow up of #1367 (review)
The text was updated successfully, but these errors were encountered: