From 6d1f51343cf11b07cd401fbd0c5bc3603e185a0e Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Fri, 7 Aug 2020 13:53:51 +0200 Subject: [rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coins Previously only automatically selected coins were locked when lockUnspents is set. It now also locks selected coins. --- doc/release-notes-18244.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/release-notes-18244.md (limited to 'doc') diff --git a/doc/release-notes-18244.md b/doc/release-notes-18244.md new file mode 100644 index 0000000000..625fbaf7a1 --- /dev/null +++ b/doc/release-notes-18244.md @@ -0,0 +1,7 @@ +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. -- cgit v1.2.3