1
0

lnpeer: warnings for shutdown and open_channel

This commit is contained in:
bitromortac
2022-01-26 16:59:10 +01:00
committed by ThomasV
parent e2b1f6c6d5
commit 3915045067
4 changed files with 29 additions and 14 deletions

View File

@@ -351,7 +351,6 @@ class UnableToDeriveSecret(LightningError): pass
class HandshakeFailed(LightningError): pass
class ConnStringFormatError(LightningError): pass
class RemoteMisbehaving(LightningError): pass
class UpfrontShutdownScriptViolation(RemoteMisbehaving): pass
class NotFoundChanAnnouncementForUpdate(Exception): pass
class InvalidGossipMsg(Exception):