Files
purple-electrumwallet/plugins/trezor/__init__.py
T

9 lines
279 B
Python
Raw Normal View History

2015-11-23 19:38:48 +01:00
from electrum.i18n import _
2016-01-29 14:58:51 +01:00
fullname = 'TREZOR Wallet'
description = _('Provides support for TREZOR hardware wallet')
2015-11-23 19:38:48 +01:00
requires = [('trezorlib','github.com/trezor/python-trezor')]
2016-07-02 08:58:56 +02:00
registers_keystore = ('hardware', 'trezor', _("TREZOR wallet"))
2015-11-23 19:38:48 +01:00
available_for = ['qt', 'cmdline']