Author

Topic: Missing fingerprints in multisig wallets (Read 63 times)

newbie
Activity: 27
Merit: 12
February 11, 2023, 09:41:26 AM
#3
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.
legendary
Activity: 2394
Merit: 5531
Self-proclaimed Genius
February 10, 2023, 03:44:24 AM
#2
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
Or if you know Python, post a new "Pull Request" with the necessary changes.
newbie
Activity: 27
Merit: 12
February 10, 2023, 03:24:10 AM
#1
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.
Jump to: