mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
433 B
433 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. -
The
fundrawtransactionRPC now supportsadd_inputsoption that whenfalseprevents adding more inputs if necessary and consequently the RPC fails.