Skip to content

Commit

Permalink
chore: fix comment for struct field
Browse files Browse the repository at this point in the history
Signed-off-by: cloudclaim <[email protected]>
  • Loading branch information
cloudclaim committed Jul 12, 2024
1 parent 5436362 commit 41a70a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/millions/keeper/poolrunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type PoolRunner interface {
TransferDepositToRemoteZone(ctx sdk.Context, pool types.Pool, deposit types.Deposit) error
// DelegateDepositOnRemoteZone launches an ICA action on the remote Pool owned address (such as delegate coins for native staking Pools)
DelegateDepositOnRemoteZone(ctx sdk.Context, pool types.Pool, deposit types.Deposit) ([]*types.SplitDelegation, error)
// UndelegateWithdrawalOnRemoteZone launches and ICA action on the remote Pool owned address (such as undelegate coins for native staking Pools)
// UndelegateWithdrawalsOnRemoteZone launches and ICA action on the remote Pool owned address (such as undelegate coins for native staking Pools)
UndelegateWithdrawalsOnRemoteZone(ctx sdk.Context, epochUnbonding types.EpochUnbonding) ([]*types.SplitDelegation, *time.Time, error)
// RedelegateToActiveValidatorsOnRemoteZone launches an ICA action on the remote pool to redelegate the bonded tokens from inactive to active validators
RedelegateToActiveValidatorsOnRemoteZone(ctx sdk.Context, pool types.Pool, validator types.PoolValidator, splits []*types.SplitDelegation) error
Expand Down

0 comments on commit 41a70a6

Please sign in to comment.