Skip to content

Commit

Permalink
RPC support for signed blocks, compact blocks infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Dec 19, 2018
1 parent 5877da8 commit 8723deb
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 12 deletions.
1 change: 1 addition & 0 deletions src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "rescanblockchain", 0, "start_height"},
{ "rescanblockchain", 1, "stop_height"},
{ "createwallet", 1, "disable_private_keys"},
{ "combineblocksigs", 1, "signatures"},
};

class CRPCConvertTable
Expand Down
Loading

0 comments on commit 8723deb

Please sign in to comment.