Bitcoin Forum

Bitcoin => Electrum => Topic started by: sad-error on February 10, 2023, 07:24:10 AM



Title: Missing fingerprints in multisig wallets
Post by: sad-error on February 10, 2023, 07:24:10 AM
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

Code:
"root_fingerprint": null

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


Title: Re: Missing fingerprints in multisig wallets
Post by: nc50lc on February 10, 2023, 07:44:24 AM
That's a good suggestion.
But in order for this to actually reach the developers, you can post it as a new "Feature Request" issue in GitHub: github.com/spesmilo/electrum/issues (http://github.com/spesmilo/electrum/issues)
Or if you know Python, post a new "Pull Request" with the necessary changes.


Title: Re: Missing fingerprints in multisig wallets
Post by: sad-error on February 11, 2023, 01:41:26 PM
Ah I see. I saw that ThomasV was marked as the moderator but I guess he's not really active on the forum anymore. I have opened an issue on github.