Document what --validate-signatures does

This commit is contained in:
Alessio Treglia 2018-10-31 13:50:01 +00:00
parent 06989bee61
commit dbbf0647f0
No known key found for this signature in database
GPG Key ID: E8A48AE5311D765A
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ Read a transaction from <file>, sign it, and print its JSON encoding.
If the flag --signature-only flag is on, it outputs a JSON representation
of the generated signature only.
If the flag --validate-signatures is on, then the command would check whether all required
signers have signed the transactions and whether the signatures were collected in the right
order.
The --offline flag makes sure that the client will not reach out to the local cache.
Thus account number or sequence number lookups will not be performed and it is
recommended to set such parameters manually.`,