mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-14 23:43:58 +00:00
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.
275 B
275 B
RPC changes
- The
walletcreatefundedpsbtRPC call will now fail withInsufficient fundswhen inputs are manually selected but are not enough to cover the outputs and fee. Additional inputs can automatically be added through the newadd_inputsoption.