finish separation between plugins and GUIs
This commit is contained in:
11
plugins/trustedcoin/__init__.py
Normal file
11
plugins/trustedcoin/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from electrum.i18n import _
|
||||
|
||||
fullname = _('Two Factor Authentication')
|
||||
description = ''.join([
|
||||
_("This plugin adds two-factor authentication to your wallet."), '<br/>',
|
||||
_("For more information, visit"),
|
||||
" <a href=\"https://api.trustedcoin.com/#/electrum-help\">https://api.trustedcoin.com/#/electrum-help</a>"
|
||||
])
|
||||
requires_wallet_type = ['2fa']
|
||||
registers_wallet_type = ('twofactor', '2fa', _("Wallet with two-factor authentication"))
|
||||
available_for = ['qt', 'cmdline']
|
||||
Reference in New Issue
Block a user