You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
275 B
7 lines
275 B
5 years ago
|
RPC changes
|
||
|
-----------
|
||
|
- The `walletcreatefundedpsbt` RPC call will now fail with
|
||
|
`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.
|