Skip to content

Commit

Permalink
(trivial) logging "verbosity_filter" was renamed to "LOGGING_SHORTCUT"
Browse files Browse the repository at this point in the history
  • Loading branch information
SomberNight committed Oct 30, 2019
1 parent 75902f8 commit ccccaf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electrum/lnwatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def list_channels(self):


class LNWatcher(AddressSynchronizer):
verbosity_filter = 'W'
LOGGING_SHORTCUT = 'W'

def __init__(self, network: 'Network'):
AddressSynchronizer.__init__(self, JsonDB({}, manual_upgrades=False))
Expand Down Expand Up @@ -247,7 +247,7 @@ def get_tx_mined_depth(self, txid: str):

class WatchTower(LNWatcher):

verbosity_filter = 'W'
LOGGING_SHORTCUT = 'W'

def __init__(self, network):
LNWatcher.__init__(self, network)
Expand Down

0 comments on commit ccccaf0

Please sign in to comment.