Commit 3ce31ba
Handle BroadcastChannelUpdate in push_excess_b_events
When process_msg_events processes a single message for node B (via
OneMessage or OnePendingMessage mode), remaining events are passed to
push_excess_b_events for routing. Timer ticks can generate
BroadcastChannelUpdate events from marking channels disabled on
disconnect, which may be left over after the single processed message.
Since it is a broadcast not directed at a specific peer, it can be
safely skipped.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0e90b5d commit 3ce31ba
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1682 | 1682 | | |
1683 | 1683 | | |
1684 | 1684 | | |
| 1685 | + | |
1685 | 1686 | | |
1686 | 1687 | | |
1687 | 1688 | | |
| |||
0 commit comments