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
Open
baedrik opened this issue
Jun 1, 2021
· 0 comments
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:
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: