1
0

follow-up previous commit

This commit is contained in:
ThomasV
2020-04-03 18:54:02 +02:00
parent 06dfe1699c
commit aa32e31a3d
4 changed files with 4 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ from .i18n import _
from .lnrouter import RouteEdge, LNPaymentRoute, is_route_sane_to_use
from .address_synchronizer import TX_HEIGHT_LOCAL
from . import lnsweep
from .lnwatcher import LNWalletWatcher, CHANNEL_OPENING_TIMEOUT
from .lnwatcher import LNWalletWatcher
if TYPE_CHECKING:
from .network import Network