aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-16377.md
blob: 3442fa451b3cf851f3cc78721820e1e8a7bb8b8e (plain)
1
2
3
4
5
6
7
8
9
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.

- The `fundrawtransaction` RPC now supports `add_inputs` option that when `false`
  prevents adding more inputs if necessary and consequently the RPC fails.