electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

__init__.py (428B)


      1 from electrum.i18n import _
      2 
      3 fullname = _('Two Factor Authentication')
      4 description = ''.join([
      5     _("This plugin adds two-factor authentication to your wallet."), '<br/>',
      6     _("For more information, visit"),
      7     " <a href=\"https://api.trustedcoin.com/#/electrum-help\">https://api.trustedcoin.com/#/electrum-help</a>"
      8 ])
      9 requires_wallet_type = ['2fa']
     10 registers_wallet_type = '2fa'
     11 available_for = ['qt', 'cmdline', 'kivy']