chore: remove repetitive words (#19908)

This commit is contained in:
carehabit
2024-04-01 07:06:02 +00:00
committed by GitHub
parent cb5d34e136
commit 80e1a45e70
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ func (f Factory) BuildSimTx(msgs ...sdk.Msg) ([]byte, error) {
// getSimPK gets the public key to use for building a simulation tx.
// Note, we should only check for keys in the keybase if we are in simulate and execute mode,
// e.g. when using --gas=auto.
// When using --dry-run, we are is simulation mode only and should not check the keybase.
// When using --dry-run, we are in simulation mode only and should not check the keybase.
// Ref: https://github.com/cosmos/cosmos-sdk/issues/11283
func (f Factory) getSimPK() (cryptotypes.PubKey, error) {
var (