aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamuel Dobson <dobsonsa68@gmail.com>2021-09-23 12:30:46 +1200
committerSamuel Dobson <dobsonsa68@gmail.com>2021-09-25 23:50:06 +1200
commit077154fe698f5556ad6e26ef49c9024c2f07ff68 (patch)
treea89607ac268262af2cdc566c9da5148dff2c4abb /doc
parent719ae927dcdb60c0f9902fa79796256035228c4e (diff)
downloadbitcoin-077154fe698f5556ad6e26ef49c9024c2f07ff68.tar.xz
Add release note for lockunspent change
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-23065.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/release-notes-23065.md b/doc/release-notes-23065.md
new file mode 100644
index 0000000000..6ec002b2df
--- /dev/null
+++ b/doc/release-notes-23065.md
@@ -0,0 +1,15 @@
+Notable changes
+===============
+
+Updated RPCs
+------------
+
+- `lockunspent` now optionally takes a third parameter, `persistent`, which
+causes the lock to be written persistently to the wallet database. This
+allows UTXOs to remain locked even after node restarts or crashes.
+
+GUI changes
+-----------
+
+- UTXOs which are locked via the GUI are now stored persistently in the
+wallet database, so are not lost on node shutdown or crash. \ No newline at end of file