Skip to content
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

Missing fingerprints in multisig wallets #8206

Closed
sad-error opened this issue Feb 10, 2023 · 1 comment
Closed

Missing fingerprints in multisig wallets #8206

sad-error opened this issue Feb 10, 2023 · 1 comment
Labels
topic-wallet 👛 related to wallet.py, or maybe address_synchronizer.py/coinchooser.py

Comments

@sad-error
Copy link

When adding cosigners through xpubs/Zpubs this results in missing fingerprints in the wallet - some hw wallets (coldcard for one) seem to require the fingerprint in order to decide if they are involved in the psbt. The only way to solve this that I could find is go into the raw wallet json and fix the

"root_fingerprint": null

I think it would be useful to have a fingerprint input field along side the xpub/zpub when adding cosigners.

@SomberNight
Copy link
Member

~duplicate: #5715
related: #5715 (comment)

there is a workaround here: #5715 (comment)
(still cumbersome but preferred over modifying the wallet file by hand)

I will close this issue in favour of that one - though I admit your description is easier to understand than digesting that whole thread.

I am working on #5694 now, I imagine at a later stage of that work I will have to revisit this issue.

@SomberNight SomberNight closed this as not planned Won't fix, can't repro, duplicate, stale Feb 14, 2023
@SomberNight SomberNight added the topic-wallet 👛 related to wallet.py, or maybe address_synchronizer.py/coinchooser.py label Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-wallet 👛 related to wallet.py, or maybe address_synchronizer.py/coinchooser.py
Projects
None yet
Development

No branches or pull requests

2 participants