You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experienced this during Liana wallet testing (see here), specter will sign a PSBT even if no input is owned (in my case I load the wrong key).
Is there some reason to let sign such PSBT?
Shouldn't specter at least warn the user he's going to sign this king PSBT?
The text was updated successfully, but these errors were encountered:
Specter-DIY actually counts number of signatures that it is adding to the transaction. If 0 signatures are added it will show an error screen with the text like "We didn't add any signatures".
It's very strange that it was able to sign the transaction without any warnings if the key is not in the setup. Would be nice to have a test vector to reproduce it.
I experienced this during Liana wallet testing (see here), specter will sign a PSBT even if no input is owned (in my case I load the wrong key).
Is there some reason to let sign such PSBT?
Shouldn't specter at least warn the user he's going to sign this king PSBT?
The text was updated successfully, but these errors were encountered: