1
0

(trivial) qml/qedaemon.py: add missing import

This commit is contained in:
SomberNight
2022-08-04 21:52:22 +02:00
parent 752b37a03b
commit c421bdaff4

View File

@@ -7,6 +7,7 @@ from electrum.i18n import _
from electrum.logging import get_logger
from electrum.util import WalletFileException, standardize_path
from electrum.wallet import Abstract_Wallet
from electrum.lnchannel import ChannelState
from .auth import AuthMixin, auth_protect
from .qefx import QEFX