fix: bip39 checksum not calculated if option was toggled after entering seed

This commit is contained in:
SomberNight 2017-11-14 01:44:55 +01:00
parent e9191caf39
commit 5f30f95cdd
1 changed files with 1 additions and 1 deletions

View File

@ -63,8 +63,8 @@ class SeedLayout(QVBoxLayout):
if 'bip39' in self.options:
def f(b):
self.is_seed = (lambda x: bool(x)) if b else self.saved_is_seed
self.on_edit()
self.is_bip39 = b
self.on_edit()
if b:
msg = ' '.join([
'<b>' + _('Warning') + ':</b> ',