As per title. The backport did not take into account modification that were done to our codebase.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING0cd601821488: Fix D2181 by including DumpRPC
rABC0cd601821488: Fix D2181 by including DumpRPC
make check test/functional/test_runner.py
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- walletdumprpc
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5851 Build 9762: Bitcoin ABC Buildbot (legacy) Build 9761: arc lint + arc unit
Event Timeline
src/wallet/rpcdump.cpp | ||
---|---|---|
1473 | My understanding is that -disablewallet can be set even if ENABLE_WALLET is set (and wallet is compiled). Note: there seems to be a DEFAULT_DISABLE_WALLET which can be used instead of false (for another diff). |