diff --git a/x/staking/testutil/helpers.go b/x/staking/testutil/helpers.go index bf2a0e985f..8976c6a684 100644 --- a/x/staking/testutil/helpers.go +++ b/x/staking/testutil/helpers.go @@ -80,7 +80,7 @@ func (sh *Helper) createValidator(addr sdk.ValAddress, pk cryptotypes.PubKey, co } } -// Delegate calls staking module staking module `MsgServer/Delegate` to delegate stake for a validator +// Delegate calls staking module `MsgServer/Delegate` to delegate stake for a validator func (sh *Helper) Delegate(delegator, val string, amount math.Int) { coin := sdk.NewCoin(sh.Denom, amount) msg := stakingtypes.NewMsgDelegate(delegator, val, coin)