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
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For detailed information about the code coverage, see the test coverage report.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process. A summary of reviews will appear here.
Not sure. The current version seems just fine
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).