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
Quick fix I propose: simply do not omit an error if delegation not found and pass, we might want further discussions on if we want to keep intermediary accounts or not in the future
The text was updated successfully, but these errors were encountered:
Current superfluid module does not delete intermediary accounts that are not being used(intermediary accounts without any delegations for superfluid).
Meanwhile, https://github.com/osmosis-labs/osmosis/blob/main/x/superfluid/keeper/grpc_query.go#L290-L319
TotalSuperfluidDelegations
iterate through all intermediary accounts, and omits and error if there aren't delegations for the intermediary account.Quick fix I propose: simply do not omit an error if delegation not found and pass, we might want further discussions on if we want to keep intermediary accounts or not in the future
The text was updated successfully, but these errors were encountered: