mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
channel: why were these commas in the first place
How did this ever work?
This commit is contained in:
@@ -174,8 +174,8 @@ new_inflight(struct channel *channel,
|
|||||||
funding->our_funds = our_funds;
|
funding->our_funds = our_funds;
|
||||||
|
|
||||||
inflight->funding = funding;
|
inflight->funding = funding;
|
||||||
inflight->channel = channel,
|
inflight->channel = channel;
|
||||||
inflight->remote_tx_sigs = false,
|
inflight->remote_tx_sigs = false;
|
||||||
inflight->funding_psbt = tal_steal(inflight, psbt);
|
inflight->funding_psbt = tal_steal(inflight, psbt);
|
||||||
inflight->last_tx = tal_steal(inflight, last_tx);
|
inflight->last_tx = tal_steal(inflight, last_tx);
|
||||||
inflight->last_sig = last_sig;
|
inflight->last_sig = last_sig;
|
||||||
|
|||||||
Reference in New Issue
Block a user