-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi
descriptors are dangerously converted to sortedmulti
#79
Comments
Thank you for opening this issue. I will take a close look at this asap! |
Thank you again for finding this bug.
Bitcoin Safe will (for now) not support I would be interested to learn however why the enterprises use |
Merged andreasgriffin/bitcoin-usb#33 |
throwing an exception is an improvement for the safety of users, but it's disappointing to not support the full descriptor standard. I won't be able to use or recommend your wallet for this reason. anyways, thanks for your quick response and action |
- Fixes failed Camera open on Mac andreasgriffin/bitcoin-qr-tools#44 - Fixes #79 - Fixes RBF TXO adding - Fixes Nostr Sync&Chat at initial connection andreasgriffin/bitcoin-nostr-chat#24 - Added 🇲🇲 Burmese - မြန်မာ, 🇰🇷 Korean - 한국어 - Added qr scanning animation
I'm trying out your wallet, and I think it seems great so far! I would love to find a replacement for Sparrow.
Unfortunately, I have an issue with it which makes it incompatible with a wallet I am trying to import which is a deal breaker for me.
I went through the steps to import a wallet, and pasted in my testnet descriptor
note that this descriptor uses
multi
, notsortedmulti
.please see this screenshot I created when building a guide to demonstrate that I am importing a
multi
descriptor:Everything seemed to work fine, but when I went to the newly-created wallet and double-checked the descriptor, it has been automagically changed to
sortedmulti
!multi should be allowed
You may argue that there is no reason to use
multi
, but please allow me to present a case for it.multi
, then why did the descriptor standard include it?multi
descriptors. (My use of the word 'claim' is only due to the fact that I haven't verified this).multi
I can create a proof of which keys were used to sign my transactions, since I know which order they must appear in the locking script.multi
in their wallet solutions.multi
is yet another customization parameter for an advanced wallet which, similar to custom derivation paths and passphrases, can allow advanced users to create custom and complex configurations of wallets should they feel comfortable doing so.The text was updated successfully, but these errors were encountered: