close task invalidate tx

This commit is contained in:
2026-01-09 16:46:22 -04:00
parent d2280969de
commit a918c5564d
5 changed files with 28 additions and 41 deletions

1
bal.py
View File

@@ -62,7 +62,6 @@ class BalPlugin(BasePlugin):
SIZE = (159, 97)
def __init__(self, parent, config, name):
print("init bal_plugin")
self.logger = get_logger(__name__)
BasePlugin.__init__(self, parent, config, name)
self.base_dir = os.path.join(config.electrum_path(), "bal")