mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-01 03:24:41 +01:00
425143646c
I noted a spurious failure on test_reconnect_sender_add1: we actually sent an update_commit, which should have been suppressed. This was because we call dev_disconnect() when we *dequeue* the packet, which might be too late to suppress the timer. So instead, call it when the packet in enqueued, and flush synchronously to make sure we get the right packet. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
test | ||
channel_wire.csv | ||
channel.c | ||
channeld_htlc.h | ||
commit_tx.c | ||
commit_tx.h | ||
full_channel.c | ||
full_channel.h | ||
Makefile |