Closed victorkirov closed 10 months ago
What kind of change does this PR introduce?
SigHash calcs were incorrect due to using bitwise OR instead of AND, resulting in the wrong data being shown on the extension PSBT signing screen.
Does this PR introduce a breaking change?
Please ensure the following are true before merging:
Test this PR with npm i --save-exact @secretkeylabs/xverse-core@7.2.0-b73af64
npm i --save-exact @secretkeylabs/xverse-core@7.2.0-b73af64
🔘 PR Type
What kind of change does this PR introduce?
📜 Background
SigHash calcs were incorrect due to using bitwise OR instead of AND, resulting in the wrong data being shown on the extension PSBT signing screen.
🔄 Changes
Does this PR introduce a breaking change?
✅ Review checklist
Please ensure the following are true before merging: