A mandatory argument cannot have a default value. The help message was not formatted correctly, as a result.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC3e56fd0165ff: Fix RPC help for dumptxoutset
Before:
$ src/bitcoin-cli help dumptxoutset dumptxoutset path to the output file. If relative, will be prefixed by datadir. Write the serialized UTXO set to disk. Arguments: 1. path (string, required) Result: ...
After:
$ src/bitcoin-cli help dumptxoutset dumptxoutset "path" Write the serialized UTXO set to disk. Arguments: 1. path (string, required) path to the output file. If relative, will be prefixed by datadir. Result: ...
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable