[rpc] fundrawtransaction: add_inputs option to control automatic input adding

This commit is contained in:
Sjors Provoost
2020-02-20 16:19:59 +01:00
parent 79804fe24b
commit e5327f947c
3 changed files with 20 additions and 4 deletions

View File

@@ -4,3 +4,6 @@ RPC changes
`Insufficient funds` when inputs are manually selected but are not enough to cover
the outputs and fee. Additional inputs can automatically be added through the
new `add_inputs` option.
- The `fundrawtransaction` RPC now supports `add_inputs` option that when `false`
prevents adding more inputs if necessary and consequently the RPC fails.