Fixed multi-sign wallet

This commit is contained in:
kodxana 2019-03-15 22:30:25 +01:00 committed by GitHub
parent c1eef023dc
commit 17dc864081
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -342,7 +342,7 @@ class BaseWizard(object):
# For segwit, a custom path is used, as there is no standard at all.
default_choice_idx = 0
choices = [
('standard', 'legacy multisig (p2sh)', "m/45'/0"),
('standard', 'legacy multisig (p2sh)', "m/44'/140'/0'"),
('p2wsh-p2sh', 'p2sh-segwit multisig (p2wsh-p2sh)', purpose48_derivation(0, xtype='p2wsh-p2sh')),
('p2wsh', 'native segwit multisig (p2wsh)', purpose48_derivation(0, xtype='p2wsh')),
]