aboutsummaryrefslogtreecommitdiff
path: root/src/rpcclient.cpp
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2014-11-01 16:01:48 -0700
committerMatt Corallo <[email protected]>2015-04-23 17:50:39 -0700
commit59ed61b3895b022f61970ea7aac0c20e8ba38886 (patch)
tree6732e33e4d1dbb70a37ee474c660c6fea0572065 /src/rpcclient.cpp
parentAdd CMerkleBlock constructor for tx set + block and an empty one (diff)
downloaddiscoin-59ed61b3895b022f61970ea7aac0c20e8ba38886.tar.xz
discoin-59ed61b3895b022f61970ea7aac0c20e8ba38886.zip
Add RPC call to generate and verify merkle blocks
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r--src/rpcclient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp
index 428e1049d..ad676f9ed 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 },