mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-02-20 18:56:56 +00:00
500 tests with various transactions and scripts, verifying that calcSignatureHash generates the expected hash in each case. This requires changing SigHashType to uint32; that won't affect the standard use-cases, but will make calcSignatureHash behave more like the Core counterpart for non-standard SigHashType settings, like those in some of these tests.