chore: remove repetitive words (#19908)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user