mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Allow lockunspent to store the lock in the wallet DB
This commit is contained in:
parent
c52789365e
commit
f13fc16295
2 changed files with 23 additions and 7 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue