fix: correct typos and remove duplicate code across client and baseapp packages (#24991)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
bigbear
2025-07-25 18:10:21 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent db3f09e679
commit 64bd1a134e
7 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ func AddTxFlagsToCmd(cmd *cobra.Command) {
f.String(FlagGasPrices, "", "Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)")
f.String(FlagNode, "tcp://localhost:26657", "<host>:<port> to CometBFT rpc interface for this chain")
f.Bool(FlagUseLedger, false, "Use a connected Ledger device")
f.Float64(FlagGasAdjustment, DefaultGasAdjustment, "adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored ")
f.Float64(FlagGasAdjustment, DefaultGasAdjustment, "adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored")
f.StringP(FlagBroadcastMode, "b", BroadcastSync, "Transaction broadcasting mode (sync|async)")
f.Bool(FlagDryRun, false, "ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)")
f.Bool(FlagGenerateOnly, false, "Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)")