The bug was introduced in D7990. The node name usually designates a
node context, but not in this case.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rABCd0207bfcd35f: Fix bitcoin-qt RPC when -server is used
ninja all check-all
Without this diff, returns a Node context not found error:
./src/qt/bitcoin-qt -server ./src/bitcoin-cli getnetworkinfo
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks like we need some better test coverage to make sure bitcoin-qt in server mode work as expected.