diff options
| author | Pieter Wuille <[email protected]> | 2017-02-09 17:24:30 -0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-05-03 08:08:27 +0200 |
| commit | bd1f138e73aef0123f2d2e8f456e3268ddd41175 (patch) | |
| tree | 718e252ddc87874436851019df0cad8fe8b92ae7 /src/rpc/client.cpp | |
| parent | Merge #10169: [tests] Remove func test code duplication (diff) | |
| download | discoin-bd1f138e73aef0123f2d2e8f456e3268ddd41175.tar.xz discoin-bd1f138e73aef0123f2d2e8f456e3268ddd41175.zip | |
Add getchaintxstats RPC
Diffstat (limited to 'src/rpc/client.cpp')
| -rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 941bdd937..8454e99d3 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -79,6 +79,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listunspent", 2, "addresses" }, { "getblock", 1, "verbose" }, { "getblockheader", 1, "verbose" }, + { "getchaintxstats", 0, "nblocks" }, { "gettransaction", 1, "include_watchonly" }, { "getrawtransaction", 1, "verbose" }, { "createrawtransaction", 0, "inputs" }, |