diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-16377.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-16377.md b/doc/release-notes-16377.md new file mode 100644 index 0000000000..2cb89f0d51 --- /dev/null +++ b/doc/release-notes-16377.md @@ -0,0 +1,6 @@ +RPC changes +----------- +- The `walletcreatefundedpsbt` RPC call will now fail with + `Insufficient funds` when inputs are manually selected but are not enough to cover + the outputs and fee. Additional inputs can automatically be added through the + new `add_inputs` option. |