Add getchaintxstats RPC

This commit is contained in:
Pieter Wuille
2017-02-09 17:24:30 -08:00
committed by Wladimir J. van der Laan
parent 8f3e38477e
commit bd1f138e73
2 changed files with 67 additions and 0 deletions

View File

@@ -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" },