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

@@ -1,6 +1,7 @@
from electrum.plugin import hook
from electrum.hw_wallet import CmdLineHandler
from .safe_t import SafeTPlugin
from ..hw_wallet import CmdLineHandler
class Plugin(SafeTPlugin):
handler = CmdLineHandler()