mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-29 02:34:21 +01:00
df: for dryruns, inform on requires-confirmation value
This commit is contained in:
@@ -3015,9 +3015,10 @@ static void opener_start(struct state *state, u8 *msg)
|
||||
msg = towire_dualopend_dry_run(NULL, &state->channel_id,
|
||||
tx_state->opener_funding,
|
||||
tx_state->accepter_funding,
|
||||
state->require_confirmed_inputs,
|
||||
a_tlv->will_fund
|
||||
? &a_tlv->will_fund->lease_rates : NULL);
|
||||
|
||||
? &a_tlv->will_fund->lease_rates
|
||||
: NULL);
|
||||
|
||||
wire_sync_write(REQ_FD, take(msg));
|
||||
|
||||
|
||||
@@ -242,6 +242,7 @@ msgtype,dualopend_dry_run,7026
|
||||
msgdata,dualopend_dry_run,channel_id,channel_id,
|
||||
msgdata,dualopend_dry_run,our_funding,amount_sat,
|
||||
msgdata,dualopend_dry_run,their_funding,amount_sat,
|
||||
msgdata,dualopend_dry_run,requires_confirmed_inputs,bool,
|
||||
# must go last because of embedded tu32
|
||||
msgdata,dualopend_dry_run,lease_rates,?lease_rates,
|
||||
|
||||
|
||||
|
Can't render this file because it has a wrong number of fields in line 16.
|
Reference in New Issue
Block a user