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
- Branch
- extra_newline_RPC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 16706 Build 33264: Build Diff lint-circular-dependencies · build-without-wallet · build-clang · build-debug · build-diff · build-clang-tidy Build 33263: arc lint + arc unit