You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StakingQuery::UnbondingDelegations only returns the most recent unbonding delegation for each validator as opposed to returning ALL unbonding delegations
#759
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.
If a contract calls StakingQuery::UnbondingDelegations, it will not receive a list of all its unbonding delegations. Instead it just receives the most recent one for each unique validator it has unbonding delegations with.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
If a contract calls StakingQuery::UnbondingDelegations, it will not receive a list of all its unbonding delegations. Instead it just receives the most recent one for each unique validator it has unbonding delegations with.
The text was updated successfully, but these errors were encountered: