1
0

labels sync for kivy

This commit is contained in:
ThomasV
2015-12-01 17:29:24 +01:00
parent 0215aee047
commit deefd74c37
5 changed files with 29 additions and 26 deletions

View File

@@ -1,3 +1,14 @@
from labels import LabelsPlugin
from electrum.plugins import hook
class Plugin(LabelsPlugin):
pass
@hook
def load_wallet(self, wallet, window):
self.window = window
self.start_wallet(wallet)
def on_pulled(self, wallet):
self.print_error('on pulled')
self.window.update_history_tab()