diff options
author | Samuel Dobson <dobsonsa68@gmail.com> | 2021-09-23 00:18:39 +1200 |
---|---|---|
committer | Samuel Dobson <dobsonsa68@gmail.com> | 2021-09-25 23:50:06 +1200 |
commit | f13fc16295c19a156f2974d2d73fba56d52fc161 (patch) | |
tree | c50e2ebcaa6d7699830dae95e917eb1ac6601a74 /src/rpc | |
parent | c52789365e5dbcb25aa5f1775de4d318da79e5a7 (diff) |
Allow lockunspent to store the lock in the wallet DB
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index d6943e066a..93e49cb9a8 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -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"}, |