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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Just curious: Is this an issue in Bitcoin Core also? Should it be submitted as patch to Core?