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

@@ -39,7 +39,8 @@ from .storage import JsonDB
from .lnchannelverifier import LNChannelVerifier, verify_sig_for_channel_update
from .crypto import sha256d
from . import ecc
from .lnutil import LN_GLOBAL_FEATURES_KNOWN_SET, LNPeerAddr, NUM_MAX_EDGES_IN_PAYMENT_PATH
from .lnutil import (LN_GLOBAL_FEATURES_KNOWN_SET, LNPeerAddr, NUM_MAX_EDGES_IN_PAYMENT_PATH,
NotFoundChanAnnouncementForUpdate)
if TYPE_CHECKING:
from .lnchan import Channel
@@ -49,8 +50,6 @@ if TYPE_CHECKING:
class UnknownEvenFeatureBits(Exception): pass
class NotFoundChanAnnouncementForUpdate(Exception): pass
class ChannelInfo(PrintError):