1
0

make plugins available without the GUI

This commit is contained in:
ThomasV
2015-05-23 10:38:19 +02:00
parent 89c277de9d
commit 8f98ea4aca
15 changed files with 244 additions and 160 deletions

View File

@@ -31,19 +31,11 @@ from electrum.i18n import _
from electrum.bitcoin import regenerate_key
description = _("Allows validating if your transactions have instant confirmations by GreenAddress")
class Plugin(BasePlugin):
button_label = _("Verify GA instant")
def fullname(self):
return 'GreenAddress instant'
def description(self):
return description
@hook
def init_qt(self, gui):
self.win = gui.main_window