rpc, index: Add verbose amounts tracking to Coinstats index

This commit is contained in:
Fabian Jahr
2020-08-22 20:21:20 +02:00
parent 655d929836
commit 2501576ecc
6 changed files with 181 additions and 10 deletions

View File

@@ -127,6 +127,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "gettxout", 1, "n" },
{ "gettxout", 2, "include_mempool" },
{ "gettxoutproof", 0, "txids" },
{ "gettxoutsetinfo", 1, "hash_or_height" },
{ "lockunspent", 0, "unlock" },
{ "lockunspent", 1, "transactions" },
{ "send", 0, "outputs" },