Skip to content

Commit 8723deb

Browse files
committed
RPC support for signed blocks, compact blocks infrastructure
1 parent 5877da8 commit 8723deb

File tree

3 files changed

+462
-12
lines changed

3 files changed

+462
-12
lines changed

src/rpc/client.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
172172
{ "rescanblockchain", 0, "start_height"},
173173
{ "rescanblockchain", 1, "stop_height"},
174174
{ "createwallet", 1, "disable_private_keys"},
175+
{ "combineblocksigs", 1, "signatures"},
175176
};
176177

177178
class CRPCConvertTable

0 commit comments

Comments
 (0)