mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-20 16:36:16 -03:00
79804fe24b
When the user doesn't specificy inputs, it makes sense to automatically select them. But when the user does specify inputs, we now fail if the amount is insufficient, unless addInputs is set to true.
6 lines
275 B
Markdown
6 lines
275 B
Markdown
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.
|