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
Hi. I try parse psbt from site to sign using
PSBT psbt = PSBT.Parse(psbt_hex, Network.Main);
but I catch exception
{"Invalid PSBTInput Unknown SigHash Type 131"}
How I can solve this problem?
The text was updated successfully, but these errors were encountered:
Hi. I try parse psbt from site to sign using
PSBT psbt = PSBT.Parse(psbt_hex, Network.Main);
but I catch exception
{"Invalid PSBTInput Unknown SigHash Type 131"}
How I can solve this problem?
The text was updated successfully, but these errors were encountered: