Page MenuHomePhabricator

Moved JSONRPCRequest to its own header
ClosedPublic

Authored by jasonbcox on Jul 23 2018, 23:33.

Details

Summary

Need to move this class for upcoming RPC diffs in addition to locating it in its own separate header like it should be.

Test Plan

make check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

deadalnix added inline comments.
src/rpc/jsonrpcrequest.cpp
1 ↗(On Diff #4381)

Please add the usual blurb.

This revision is now accepted and ready to land.Jul 25 2018, 15:53
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.

This revision was automatically updated to reflect the committed changes.