Allow lockunspent to store the lock in the wallet DB

This commit is contained in:
Samuel Dobson
2021-09-23 00:18:39 +12:00
parent c52789365e
commit f13fc16295
2 changed files with 23 additions and 7 deletions

View File

@@ -131,6 +131,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "gettxoutsetinfo", 2, "use_index"},
{ "lockunspent", 0, "unlock" },
{ "lockunspent", 1, "transactions" },
{ "lockunspent", 2, "persistent" },
{ "send", 0, "outputs" },
{ "send", 1, "conf_target" },
{ "send", 3, "fee_rate"},