1
0

labels plugin: fix it. and extend to cli/daemon.

This commit is contained in:
SomberNight
2018-06-29 11:58:12 +02:00
parent 87486e9487
commit 684390a479
4 changed files with 17 additions and 3 deletions

11
plugins/labels/cmdline.py Normal file
View File

@@ -0,0 +1,11 @@
from .labels import LabelsPlugin
from electrum.plugins import hook
class Plugin(LabelsPlugin):
@hook
def load_wallet(self, wallet, window):
self.start_wallet(wallet)
def on_pulled(self, wallet):
self.print_error('labels pulled from server')