Docs updated

This commit is contained in:
Alessio Treglia
2018-10-31 13:42:42 +00:00
parent f752525d54
commit bb734c43c6
+6
View File
@@ -181,6 +181,12 @@ gaiacli tx sign \
unsignedSendTx.json > signedSendTx.json
```
You can validate the transaction's signagures by typing the following:
```bash
gaiacli tx sign --validate-signatures signedSendTx.json
```
You can broadcast the signed transaction to a node by providing the JSON file to the following command:
```