segwit: add purpose to derivation
This commit is contained in:
@@ -293,7 +293,7 @@ class BaseWizard(object):
|
||||
self.derivation_dialog(f)
|
||||
|
||||
def create_keystore(self, seed, passphrase):
|
||||
k = keystore.from_seed(seed, passphrase)
|
||||
k = keystore.from_seed(seed, passphrase, self.wallet_type=='multisig')
|
||||
self.on_keystore(k)
|
||||
|
||||
def on_bip44(self, seed, passphrase, derivation):
|
||||
|
||||
Reference in New Issue
Block a user