Files
pallectrum/plugins/labels/cmdline.py

12 lines
272 B
Python
Raw Normal View History

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')