(trivial) logging "verbosity_filter" was renamed to "LOGGING_SHORTCUT"
This commit is contained in:
@@ -135,7 +135,7 @@ class SweepStore(SqlDB):
|
|||||||
|
|
||||||
|
|
||||||
class LNWatcher(AddressSynchronizer):
|
class LNWatcher(AddressSynchronizer):
|
||||||
verbosity_filter = 'W'
|
LOGGING_SHORTCUT = 'W'
|
||||||
|
|
||||||
def __init__(self, network: 'Network'):
|
def __init__(self, network: 'Network'):
|
||||||
AddressSynchronizer.__init__(self, JsonDB({}, manual_upgrades=False))
|
AddressSynchronizer.__init__(self, JsonDB({}, manual_upgrades=False))
|
||||||
@@ -247,7 +247,7 @@ class LNWatcher(AddressSynchronizer):
|
|||||||
|
|
||||||
class WatchTower(LNWatcher):
|
class WatchTower(LNWatcher):
|
||||||
|
|
||||||
verbosity_filter = 'W'
|
LOGGING_SHORTCUT = 'W'
|
||||||
|
|
||||||
def __init__(self, network):
|
def __init__(self, network):
|
||||||
LNWatcher.__init__(self, network)
|
LNWatcher.__init__(self, network)
|
||||||
|
|||||||
Reference in New Issue
Block a user