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
- Branch
- fix_qt_server
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 14379 Build 28733: Build Diff build-without-wallet · build-clang · lint-circular-dependencies · build-debug · build-clang-tidy · build-diff Build 28732: arc lint + arc unit
Event Timeline
Comment Actions
Looks like we need some better test coverage to make sure bitcoin-qt in server mode work as expected.