1
0

finish separation between plugins and GUIs

This commit is contained in:
ThomasV
2015-11-23 19:38:48 +01:00
parent 2c0489c809
commit ba2c737a21
36 changed files with 997 additions and 966 deletions

View File

@@ -0,0 +1,8 @@
from electrum.i18n import _
fullname = 'Ledger Wallet'
description = 'Provides support for Ledger hardware wallet'
requires = [('btchip', 'github.com/ledgerhq/btchip-python')]
requires_wallet_type = ['btchip']
registers_wallet_type = ('hardware', 'btchip', _("Ledger wallet"))
available_for = ['qt', 'cmdline']