mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 13:32:33 +02:00
Add release note for lockunspent change
This commit is contained in:
parent
719ae927dc
commit
077154fe69
15
doc/release-notes-23065.md
Normal file
15
doc/release-notes-23065.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user