Need to move this class for upcoming RPC diffs in addition to locating it in its own separate header like it should be.
Details
Details
- Reviewers
deadalnix schancel - Group Reviewers
Restricted Project - Commits
- rSTAGING76e69cd1d176: Moved JSONRPCRequest to its own header
rABC76e69cd1d176: Moved JSONRPCRequest to its own header
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/rpc/jsonrpcrequest.cpp | ||
---|---|---|
1 ↗ | (On Diff #4381) | Please add the usual blurb. |
src/rpc/server.cpp | ||
---|---|---|
16 ↗ | (On Diff #4381) | Maybe some of these can be cleaned up ? |
src/rpc/server.cpp | ||
---|---|---|
16 ↗ | (On Diff #4381) | Yes. I tried doing that in another branch, but it proved to be more involved than just simply removing them. I'll be looking to clean these up in the future as I clean up this and the header file. |