Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-12 | [rpc] fundrawtransaction: add_inputs option to control automatic input adding | Sjors Provoost | |
2020-03-12 | [rpc] walletcreatefundedpsbt: don't automatically append inputs | Sjors 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. |