From ba8d778df4587a917a918f9d74186b8bf0cdafb1 Mon Sep 17 00:00:00 2001 From: peicuiping <168072318+peicuiping@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:23:04 +0800 Subject: [PATCH] chore: fix comment (#23138) Signed-off-by: peicuiping Co-authored-by: Marko Co-authored-by: Alex | Skip --- client/v2/tx/factory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/v2/tx/factory.go b/client/v2/tx/factory.go index 6b18f49242..a38ba6818b 100644 --- a/client/v2/tx/factory.go +++ b/client/v2/tx/factory.go @@ -482,7 +482,7 @@ func (f *Factory) signMode() apitxsigning.SignMode { return f.txParams.SignMode // 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 (