electrum-bitcoinprivate/plugins/trustedcoin/__init__.py

12 lines
409 B
Python
Raw Normal View History

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']
2016-08-19 08:26:57 -07:00
registers_wallet_type = '2fa'
available_for = ['qt']