You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
432 B
15 lines
432 B
3 years ago
|
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.
|