Browse Source

wizard: make segwit/bech32 the default choice during wallet creation

3.3.3.1
ThomasV 6 years ago
parent
commit
3d4773b161
  1. 2
      electrum/base_wizard.py

2
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)

Loading…
Cancel
Save