1
0

ignore exceptions in process_gossip

A failing signature verification should not kill the taskgroup
This commit is contained in:
ThomasV
2026-02-09 10:58:19 +01:00
parent 3e18d010e8
commit b2a3e08ac8

View File

@@ -783,6 +783,8 @@ class LNGossip(Logger):
progress_percent = 0
return current_est, total_est, progress_percent
@ignore_exceptions
@log_exceptions
async def process_gossip(self, chan_anns, node_anns, chan_upds):
# note: we run in the originating peer's TaskGroup, so we can safely raise here
# and disconnect only from that peer