You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
simd tx broadcast tx-signed.json --chain-id my-test-chain --gas auto --fees 250stake
The tx broadcast command does not read the --fees or the --gas flags, because it is not possible to change the gas or the fees for a signed transaction. As a result, these flags shouldn't be mentioned in the example.
cosmos-sdk-docs/docs/user/run-node/07-multisig-guide.md
Line 101 in e7f0e01
The
tx broadcastcommand does not read the--feesor the--gasflags, because it is not possible to change the gas or the fees for a signed transaction. As a result, these flags shouldn't be mentioned in the example.