From bb734c43c6ffa3819269e77125d3ca718ecc056e Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Thu, 25 Oct 2018 04:44:42 +0100 Subject: [PATCH] Docs updated --- docs/sdk/clients.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sdk/clients.md b/docs/sdk/clients.md index 73d9a3b9a..4f0669183 100644 --- a/docs/sdk/clients.md +++ b/docs/sdk/clients.md @@ -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: ```