channel: why were these commas in the first place

How did this ever work?
This commit is contained in:
niftynei
2021-03-15 19:43:33 -05:00
committed by Rusty Russell
parent 6c9d9ee9a2
commit c317b642c3

View File

@@ -174,8 +174,8 @@ new_inflight(struct channel *channel,
funding->our_funds = our_funds;
inflight->funding = funding;
inflight->channel = channel,
inflight->remote_tx_sigs = false,
inflight->channel = channel;
inflight->remote_tx_sigs = false;
inflight->funding_psbt = tal_steal(inflight, psbt);
inflight->last_tx = tal_steal(inflight, last_tx);
inflight->last_sig = last_sig;