diff --git a/electrum/base_wizard.py b/electrum/base_wizard.py index a6776da6b..921aee931 100644 --- a/electrum/base_wizard.py +++ b/electrum/base_wizard.py @@ -538,8 +538,8 @@ class BaseWizard(object): _("Thus, you might want to keep using a non-segwit wallet in order to be able to receive bitcoins during the transition period.") ]) choices = [ - ('create_standard_seed', _('Standard')), ('create_segwit_seed', _('Segwit')), + ('create_standard_seed', _('Standard')), ] self.choice_dialog(title=title, message=message, choices=choices, run_next=self.run)