Skip to content

Commit

Permalink
Removed 2fa from new wallet screen and upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
sulmone committed Jan 29, 2018
1 parent 95c934a commit c3394c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/base_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def new(self):
])
wallet_kinds = [
('standard', _("Standard wallet")),
('2fa', _("Wallet with two-factor authentication")),
('multisig', _("Multi-signature wallet")),
('imported', _("Import Zclassic addresses or private keys")),
]
Expand Down
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit c3394c3

Please sign in to comment.