make plugins available without the GUI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user