ln gossip: make sure all signatures are verified
we have not been verifying signatures of ChannelUpdate messages...
(regression from 2d0ef78a11)
This commit is contained in:
@@ -288,6 +288,8 @@ class RemoteMisbehaving(LightningError): pass
|
||||
class UpfrontShutdownScriptViolation(RemoteMisbehaving): pass
|
||||
|
||||
class NotFoundChanAnnouncementForUpdate(Exception): pass
|
||||
class InvalidGossipMsg(Exception):
|
||||
"""e.g. signature check failed"""
|
||||
|
||||
class PaymentFailure(UserFacingException): pass
|
||||
class NoPathFound(PaymentFailure):
|
||||
|
||||
Reference in New Issue
Block a user