You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
from electrum.i18n import _ |
|
|
|
fullname = 'TREZOR Wallet' |
|
description = _('Provides support for TREZOR hardware wallet') |
|
requires = [('trezorlib','github.com/trezor/python-trezor')] |
|
registers_keystore = ('hardware', 'trezor', _("TREZOR wallet")) |
|
available_for = ['qt', 'cmdline'] |
|
|
|
|