Merge PR #4135: Minor Fixes

* Add clarification to gen-only
* Add nil type check in NewResponseFormatBroadcastTxCommit
* Add small note to docs re: generate-only
This commit is contained in:
Alexander Bezobchuk
2019-04-16 13:02:36 -04:00
committed by GitHub
parent 356e819f43
commit 0c23dec59f
4 changed files with 12 additions and 2 deletions
+4
View File
@@ -242,6 +242,10 @@ gaiacli tx sign \
unsignedSendTx.json > signedSendTx.json
```
::: tip Note
The `--generate-only` flag prevents `gaiacli` from accessing the local keybase.
:::
You can validate the transaction's signatures by typing the following:
```bash