Skip to content

Commit 077154f

Browse files
committed
Add release note for lockunspent change
1 parent 719ae92 commit 077154f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/release-notes-23065.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)