mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
433 B
433 B
RPC changes
-
The
walletcreatefundedpsbt
RPC call will now fail withInsufficient funds
when inputs are manually selected but are not enough to cover the outputs and fee. Additional inputs can automatically be added through the newadd_inputs
option. -
The
fundrawtransaction
RPC now supportsadd_inputs
option that whenfalse
prevents adding more inputs if necessary and consequently the RPC fails.