mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 09:04:22 +01:00
connectd, gossipd: use per-peer logging.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -239,7 +239,7 @@ def checkBadGossip(node):
|
||||
if node.allow_bad_gossip:
|
||||
return 0
|
||||
# We can get bad gossip order from inside error msgs.
|
||||
if node.daemon.is_in_log('Bad gossip order from (?!error)'):
|
||||
if node.daemon.is_in_log('Bad gossip order:'):
|
||||
# This can happen if a node sees a node_announce after a channel
|
||||
# is deleted, however.
|
||||
if node.daemon.is_in_log('Deleting channel'):
|
||||
|
||||
Reference in New Issue
Block a user