mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
Fixed multi-sign wallet
This commit is contained in:
parent
c1eef023dc
commit
17dc864081
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ class BaseWizard(object):
|
||||||
# For segwit, a custom path is used, as there is no standard at all.
|
# For segwit, a custom path is used, as there is no standard at all.
|
||||||
default_choice_idx = 0
|
default_choice_idx = 0
|
||||||
choices = [
|
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-p2sh', 'p2sh-segwit multisig (p2wsh-p2sh)', purpose48_derivation(0, xtype='p2wsh-p2sh')),
|
||||||
('p2wsh', 'native segwit multisig (p2wsh)', purpose48_derivation(0, xtype='p2wsh')),
|
('p2wsh', 'native segwit multisig (p2wsh)', purpose48_derivation(0, xtype='p2wsh')),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue