mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-20 13:27:36 +02:00
If you get the right series of disconnects, it's possible for your peer to send you a tx-sigs even though the current state of the channel open is that you've seen the funding open on chain (your channel_ready[LOCAL] = true) In this case, if we haven't marked that we've seen the tx sigs yet, we go ahead and mark them as seen and just ignore this tx-sigs msg. |
||
|---|---|---|
| .. | ||
| common.c | ||
| common.h | ||
| dualopend.c | ||
| dualopend_wire.csv | ||
| Makefile | ||
| openingd.c | ||
| openingd_wire.csv | ||