diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2020-02-20 16:19:59 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2020-03-12 13:07:17 +0100 |
commit | e5327f947c310849e1ddbb24321e4c9f85564549 (patch) | |
tree | da23dad9640aa12c6ee03557be01b078026152a4 /doc | |
parent | 79804fe24bd00e183382dfbcab9343960d158aa5 (diff) |
[rpc] fundrawtransaction: add_inputs option to control automatic input adding
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-16377.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes-16377.md b/doc/release-notes-16377.md index 2cb89f0d51..3442fa451b 100644 --- a/doc/release-notes-16377.md +++ b/doc/release-notes-16377.md @@ -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. |