1
0

move hw_wallet.py from plugins to electrum library

This commit is contained in:
ThomasV
2025-04-10 10:13:24 +02:00
parent 4ecf6acc1c
commit 6e087950cf
32 changed files with 49 additions and 46 deletions

View File

@@ -10,7 +10,7 @@ from electrum.keystore import bip39_normalize_passphrase
from electrum.bip32 import BIP32Node, convert_bip32_strpath_to_intpath
from electrum.logging import Logger
from electrum.plugin import runs_in_hwd_thread
from electrum.plugins.hw_wallet.plugin import HardwareClientBase, HardwareHandlerBase
from electrum.hw_wallet.plugin import HardwareClientBase, HardwareHandlerBase
class GuiMixin(object):