Merge PR #4181: Cherry pick 4135 v0.34.2

This commit is contained in:
Alexander Bezobchuk
2019-04-24 11:56:28 -04:00
committed by GitHub
parent c0e6b38394
commit 66a913c205
5 changed files with 20 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