rm 'received orphan channnel' log line (too verbose)

This commit is contained in:
ThomasV
2026-04-23 09:29:08 +02:00
parent 4b412de93c
commit 7c433c5645
-1
View File
@@ -495,7 +495,6 @@ class Peer(Logger, EventListener):
# NOTE: The definition of gossip_queries changed
# https://github.com/lightning/bolts/commit/fce8bab931674a81a9ea895c9e9162e559e48a65
short_channel_id = ShortChannelID(payload['short_channel_id'])
self.logger.debug(f'received orphan channel update {short_channel_id}')
self.orphan_channel_updates[short_channel_id] = payload
while len(self.orphan_channel_updates) > 25:
self.orphan_channel_updates.popitem(last=False)