aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-16377.md
AgeCommit message (Collapse)Author
2020-03-12[rpc] fundrawtransaction: add_inputs option to control automatic input addingSjors Provoost
2020-03-12[rpc] walletcreatefundedpsbt: don't automatically append inputsSjors Provoost
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.