Fixes help dumptxoutset.
To test: help dumptxoutset.
Fixes help dumptxoutset.
To test: help dumptxoutset.
ACK faa9e461ab3cdec61d8428621fb3adc76e964415 Tested Succesfully on Ubuntu 20.04
According to the convention of help message for RPC command, the syntax should precede the details of arguments.
…
command “arg”
…
Arguments:
1. arg: (type, required/optional) details of the arg
However, this convention was not followed for the dumptxoutset in the master branch. This PR corrects this by updating the code to display the help messages conventionally.
The difference between error messages in Master and PR when using the command.
./src/bitcoin-cli -signet dumptxoutset
Screenshot:
