Add RPC call to generate and verify merkle blocks

This commit is contained in:
Matt Corallo
2014-11-01 16:01:48 -07:00
parent 30da90de8d
commit 59ed61b389
4 changed files with 119 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "sendrawtransaction", 1 },
{ "gettxout", 1 },
{ "gettxout", 2 },
{ "gettxoutproof", 0 },
{ "lockunspent", 0 },
{ "lockunspent", 1 },
{ "importprivkey", 2 },