mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-13 13:22:38 -03:00
6d1f51343c
Previously only automatically selected coins were locked when lockUnspents is set. It now also locks selected coins.
7 lines
313 B
Markdown
7 lines
313 B
Markdown
Updated RPCs
|
|
------------
|
|
|
|
- `fundrawtransaction` and `walletcreatefundedpsbt` when used with the `lockUnspents`
|
|
argument now lock manually selected coins, in addition to automatically selected
|
|
coins. Note that locked coins are never used in automatic coin selection, but
|
|
can still be manually selected.
|