1
0

remove command line segwit option

This commit is contained in:
ThomasV
2017-09-17 16:34:22 +02:00
parent fa1f3e13bb
commit fd1a676d45
2 changed files with 3 additions and 4 deletions

View File

@@ -226,7 +226,7 @@ class BaseWizard(object):
self.derivation_dialog(f)
def derivation_dialog(self, f):
default = bip44_derivation(0, self.config.get('segwit'))
default = bip44_derivation(0, False)
message = '\n'.join([
_('Enter your wallet derivation here.'),
_('If you are not sure what this is, leave this field unchanged.')