1
0

simplify wallet types

This commit is contained in:
ThomasV
2016-08-19 17:26:57 +02:00
parent 058e49e839
commit 24a9ff3fef
4 changed files with 27 additions and 33 deletions

View File

@@ -7,5 +7,5 @@ description = ''.join([
" <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"))
registers_wallet_type = '2fa'
available_for = ['qt']