Quick follow-up to #29117, coming from https://github.com/bitcoin/bitcoin/pull/29117#discussion_r1431999422.
Refactor DumpWallet(...)
to accept the -dumpfile
path arg instead of the entire ArgsManager
Quick follow-up to #29117, coming from https://github.com/bitcoin/bitcoin/pull/29117#discussion_r1431999422.
Refactor DumpWallet(...)
to accept the -dumpfile
path arg instead of the entire ArgsManager
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For detailed information about the code coverage, see the test coverage report.
See the guideline for information on the review process. A summary of reviews will appear here.
The rationale behind this was to remove the <common/args.h>
include from dump.cpp and the ArgsManager
type from dump.h
(which are missing here). Also, should pass fs::path
instead of a string.
This cleans up code but.. it was a tiny nit that I would group with other changes. Making tiny refactoring PRs like this isn’t really the best (we could have dozens of it meanwhile we only have a handful amount of reviewers).
BrandonOdiwuor
DrahtBot
maflcko
furszy
Labels
Wallet