1
0

fix imports in hardware wallets

This commit is contained in:
ThomasV
2015-12-01 10:00:39 +01:00
parent afae9a097e
commit d5f43610ed
5 changed files with 100 additions and 90 deletions

View File

@@ -12,7 +12,7 @@ import unicodedata
from electrum.i18n import _
from electrum.plugins import hook, always_hook, run_hook
from trezor import TrezorPlugin
from trezor import TrezorPlugin, TrezorWallet
class TrezorQtHandler: