Removed 2fa from new wallet screen and upped version

This commit is contained in:
Chris Sulmone 2018-01-28 20:58:18 -06:00
parent 95c934ab89
commit c3394c34e8
2 changed files with 1 additions and 2 deletions

View File

@ -82,7 +82,6 @@ class BaseWizard(object):
])
wallet_kinds = [
('standard', _("Standard wallet")),
('2fa', _("Wallet with two-factor authentication")),
('multisig', _("Multi-signature wallet")),
('imported', _("Import Zclassic addresses or private keys")),
]

View File

@ -1,5 +1,5 @@
# version of the client package
ELECTRUM_VERSION = 'Z!1.0.0'
ELECTRUM_VERSION = 'Z!1.0.2'
# protocol version requested
PROTOCOL_VERSION = '1.1'