RPC: Add type parameter to dumptxoutset

This commit is contained in:
Fabian Jahr
2024-03-02 16:43:58 +01:00
parent fccf4f91d2
commit 993cafe7e4
5 changed files with 103 additions and 7 deletions

View File

@@ -187,6 +187,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "gettxoutproof", 0, "txids" },
{ "gettxoutsetinfo", 1, "hash_or_height" },
{ "gettxoutsetinfo", 2, "use_index"},
{ "dumptxoutset", 2, "options" },
{ "dumptxoutset", 2, "rollback" },
{ "lockunspent", 0, "unlock" },
{ "lockunspent", 1, "transactions" },
{ "lockunspent", 2, "persistent" },