furszy
ddbcfdf3d0
RPC: bugfix, 'add_inputs' default value is true unless 'inputs' are provided
...
In both RPC commands `send()` and `walletcreatefundedpsbt` the RPC help was saying
that `add_inputs` default value was false when it's actually dynamically set
by the following statement:
`coin_control.m_allow_other_inputs = rawTx.vin.size() == 0;`
Which means that, by default, `add_inputs` is true unless there
was any pre-set input, in which case, the default is false.
2022-09-13 16:13:05 -03:00
..
2022-08-29 08:10:35 -04:00
2022-08-31 16:51:32 +01:00
2022-08-20 11:55:17 +02:00
2022-08-29 08:10:35 -04:00
2022-09-01 19:49:11 +02:00
2022-08-22 14:59:58 +01:00
2022-08-31 15:10:26 +02:00
2022-09-02 09:50:46 +02:00
2022-09-02 09:50:46 +02:00
2022-09-01 15:43:30 -04:00
2022-09-02 09:50:46 +02:00
2022-08-31 08:38:24 +01:00
2022-09-13 16:13:05 -03:00
2022-08-31 08:38:24 +01:00
2022-08-29 08:10:35 -04:00
2022-08-24 10:15:32 +02:00
2022-08-31 16:51:32 +01:00
2022-08-31 15:10:26 +02:00
2022-08-23 16:05:00 -04:00
2022-08-31 15:31:34 +03:00
2022-09-09 10:07:39 +02:00
2022-08-30 13:52:45 +02:00
2022-08-30 12:09:04 -04:00
2022-08-29 08:10:35 -04:00
2022-09-02 12:50:12 +01:00
2022-09-07 18:28:42 +01:00
2022-09-01 15:57:56 -04:00
2022-08-30 12:09:04 -04:00
2022-08-29 08:10:35 -04:00
2022-08-29 08:10:35 -04:00
2022-08-30 14:11:21 -04:00
2022-08-29 08:10:35 -04:00
2022-09-07 18:28:42 +01:00
2022-09-01 20:55:22 +10:00
2022-08-23 11:34:10 -04:00
2022-08-23 11:34:10 -04:00
2022-08-20 15:11:28 +02:00
2022-08-30 14:11:21 -04:00
2022-08-30 15:37:59 +01:00