Skip to content

Commit

Permalink
updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 2, 2022
1 parent af1e299 commit cfcb9c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cosmovisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Set up app config:
```sh
./build/simd config chain-id test
./build/simd config keyring-backend test
./build/simd config broadcast-mode block
./build/simd config broadcast-mode sync
```

Initialize the node and overwrite any previous genesis file (never do this in a production environment):
Expand Down
1 change: 0 additions & 1 deletion docs/run-node/txs.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ simd tx broadcast tx_signed.json

You may optionally pass the `--broadcast-mode` flag to specify which response to receive from the node:

* `block`: the CLI waits for the tx to be committed in a block.
* `sync`: the CLI waits for a CheckTx execution response only.
* `async`: the CLI returns immediately (transaction might fail).

Expand Down

0 comments on commit cfcb9c1

Please sign in to comment.