Files
bitcoin/src/test/fuzz
Lőrinc ac58e6c53c test: fix P2SH output in coins cache fuzz
The `coinscache_sim` fuzz target builds a 23-byte P2SH scriptPubKey manually.
Place `OP_EQUAL` at index 22, after `OP_HASH160`, the 20-byte push opcode, and the 20-byte script hash.
This matches `CScript::IsPayToScriptHash()`, which checks byte 22 for `OP_EQUAL`, see src/script/script.cpp#L229
2026-05-06 09:39:07 +02:00
..
2026-03-10 11:01:37 +01:00
2026-02-17 21:40:46 +05:30
2026-03-10 11:01:37 +01:00
2026-03-10 11:01:37 +01:00
2026-03-10 11:01:37 +01:00
2026-04-29 14:51:47 -07:00
2026-03-10 11:01:37 +01:00
2026-03-10 11:01:37 +01:00