Docs updated

This commit is contained in:
Alessio Treglia 2018-10-25 04:44:42 +01:00
parent f752525d54
commit bb734c43c6
No known key found for this signature in database
GPG Key ID: E8A48AE5311D765A
1 changed files with 6 additions and 0 deletions

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:
```