You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the default screen for exporting a Multisig key there is a '+Create wallet' button which will lead users to create a single sig wallet (p2wpkh) using default multisig derivation (m/48'/1'/0'/2'). The button is missleading in this place since users might press the button, go to the Wallets App and export information to the co-ordinator from here (and end up with a wpkh key in their co-ordinator software).
To reproduce:
Main screen > Master public keys > Multisig
"Your master public key" screen: The information for canonical xpub as well as SLIP-132 shows pubkey information adhering to multisig defaults
'+Create wallet' > Native Segwit > "Name your Wallet" > Done
"Add wallet" screen: toggling to SLIP-132 shows vpub notation (lower case v) and does therefore not match the defaults for a multisig P2WSH key (Vpub)
'Confirm' (Wallet propagates to Wallets menu).
//edit: I'm on testnet, but same goes for other networks
The text was updated successfully, but these errors were encountered:
On the default screen for exporting a Multisig key there is a '+Create wallet' button which will lead users to create a single sig wallet (p2wpkh) using default multisig derivation (m/48'/1'/0'/2'). The button is missleading in this place since users might press the button, go to the Wallets App and export information to the co-ordinator from here (and end up with a wpkh key in their co-ordinator software).
To reproduce:
"Your master public key" screen: The information for canonical xpub as well as SLIP-132 shows pubkey information adhering to multisig defaults
"Add wallet" screen: toggling to SLIP-132 shows vpub notation (lower case v) and does therefore not match the defaults for a multisig P2WSH key (Vpub)
//edit: I'm on testnet, but same goes for other networks
The text was updated successfully, but these errors were encountered: