index, rpc: Add use_index option for gettxoutsetinfo

This commit is contained in:
Fabian Jahr
2021-02-28 19:27:00 +01:00
parent bb7788b121
commit b9362392ae
5 changed files with 22 additions and 5 deletions

View File

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