The Qt RPC console uses a default config and causes the RPC to behave slightly differently than they do from bitcoind. This diff fixes that by forwarding the config at execution time.
Details
Details
- Reviewers
tyler-smith - Group Reviewers
Restricted Project - Commits
- rABC22e87e805bfa: Use the actual config in the RPC console
ninja all check-all
On the RPC console, run getnewaddress and check it returns an ecash address (was a legacy one before the patch).
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fix_rpc_console
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 18851 Build 37492: Build Diff lint-circular-dependencies · build-diff · build-without-wallet · build-debug · build-clang · build-clang-tidy Build 37491: arc lint + arc unit
Event Timeline
Comment Actions
Just curious: Is this an issue in Bitcoin Core also? Should it be submitted as patch to Core?