-
Notifications
You must be signed in to change notification settings - Fork 16
PSBT with seedsigner doesnt work #47
Comments
Thank you for this report. I will try to decode the error message and investigate this as soon as possible. |
I checked how seedsigner manage the PSBT process and I discovered that the final qr generated from seedsigner contains only the sign (not the tx signed). So it is the coordinator (OBW) that need to bring togheter the tx and the sign and then broadcast it. I dont know how passport works, but in the video seems to work well (https://www.youtube.com/watch?v=93EZrNC7AN0). Highligtning the diffs of the two HW I think we will find what could be the problem. (just speculating: is the passport in the last qr shows the full signed tx and so OBW just scan for a full tx hex?). Another check that could be useful is analize the wallets that actually works as coordinator with seedsigner; sparrow works well and I think it has some java libraries in common with OBW (hummingbird?). |
Thank you very much for digging into this. I am very sad to say that it may be a while until I get a chance to look at this, but eventually I will. |
dont worry, I see you're busy building amazing stuff :) |
The problem accour in the final step of PSBT, when the seedsigner generates the qr containing the signed txo. OBW isnt able to recognize the qr and shows an error. It shows a load screen when scanning qr that end at 99% with the fatal error.
The seesigner signin seems to work (no error reported, no unexpected behaviour and the final qr is correctly generated).
The same issue is present in SBW.
The text was updated successfully, but these errors were encountered: