We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719ae92 commit 077154fCopy full SHA for 077154f
doc/release-notes-23065.md
@@ -0,0 +1,15 @@
1
+Notable changes
2
+===============
3
+
4
+Updated RPCs
5
+------------
6
7
+- `lockunspent` now optionally takes a third parameter, `persistent`, which
8
+causes the lock to be written persistently to the wallet database. This
9
+allows UTXOs to remain locked even after node restarts or crashes.
10
11
+GUI changes
12
+-----------
13
14
+- UTXOs which are locked via the GUI are now stored persistently in the
15
+wallet database, so are not lost on node shutdown or crash.
0 commit comments