forked from bitcoinafterlife/bal-electrum-plugin
release
This commit is contained in:
3
qt.py
3
qt.py
@@ -131,6 +131,7 @@ from electrum.gui.qt.util import (
|
||||
from electrum.i18n import _
|
||||
from electrum.logging import Logger, get_logger
|
||||
from electrum.network import BestEffortRequestFailed, Network, TxBroadcastError
|
||||
from electrum.payment_identifier import PaymentIdentifier
|
||||
from electrum.plugin import hook, run_hook
|
||||
from electrum.transaction import SerializationError, Transaction, tx_from_any
|
||||
from electrum.util import (
|
||||
@@ -174,7 +175,7 @@ class Plugin(BalPlugin, Logger):
|
||||
|
||||
@hook
|
||||
def init_qt(self, gui_object):
|
||||
self.logger.info("HOOK init qt")
|
||||
self.logger.info("HOOK bal init qt")
|
||||
try:
|
||||
self.gui_object = gui_object
|
||||
for window in gui_object.windows:
|
||||
|
||||
Reference in New Issue
Block a user