diff options
author | Matt Corallo <git@bluematt.me> | 2014-11-01 16:01:48 -0700 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2015-04-23 17:50:39 -0700 |
commit | 59ed61b3895b022f61970ea7aac0c20e8ba38886 (patch) | |
tree | 6732e33e4d1dbb70a37ee474c660c6fea0572065 /src/rpcclient.cpp | |
parent | 30da90de8dcbb62199262f65516e574dab57d1bd (diff) |
Add RPC call to generate and verify merkle blocks
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r-- | src/rpcclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 428e1049dc..ad676f9edc 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -79,6 +79,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "sendrawtransaction", 1 }, { "gettxout", 1 }, { "gettxout", 2 }, + { "gettxoutproof", 0 }, { "lockunspent", 0 }, { "lockunspent", 1 }, { "importprivkey", 2 }, |