From b66de382e46ad09cf577590d09a206cd6c10bf59 Mon Sep 17 00:00:00 2001 From: lido333 Date: Wed, 5 Jun 2024 17:33:21 +0800 Subject: [PATCH] chore: remove duplicate word (#20544) --- x/staking/testutil/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)