1
0

after rebase fixes

This commit is contained in:
SomberNight
2018-11-05 20:29:44 +01:00
committed by ThomasV
parent 8a98810df1
commit 5b7c801ca4
4 changed files with 8 additions and 8 deletions

View File

@@ -72,6 +72,8 @@ class ConnStringFormatError(LightningError): pass
class UnknownPaymentHash(LightningError): pass
class RemoteMisbehaving(LightningError): pass
class NotFoundChanAnnouncementForUpdate(Exception): pass
# TODO make configurable?
MIN_FINAL_CLTV_EXPIRY_ACCEPTED = 144