1
0

rm verbosity_shortcuts option (unused, redundant)

This commit is contained in:
ThomasV
2025-05-29 16:19:33 +02:00
parent 743f5c8311
commit 853b793bef
11 changed files with 4 additions and 55 deletions

View File

@@ -64,8 +64,6 @@ class WatchtowerPlugin(BasePlugin):
class WatchTower(Logger, EventListener):
LOGGING_SHORTCUT = 'W'
def __init__(self, network: 'Network'):
Logger.__init__(self)
self.adb = AddressSynchronizer(WalletDB('', storage=None, upgrade=True), network.config, name=self.diagnostic_name())