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-25 16:55:18 +01:00
2026-04-29 14:51:47 -07:00
2026-04-08 16:08:54 -04:00
2026-04-20 08:55:51 +02:00
2026-04-20 11:15:41 +02:00
2026-04-27 11:23:25 -04:00
2026-04-27 11:36:27 -04:00
2026-04-08 22:36:13 +02:00
2026-05-06 09:39:07 +02:00
2026-04-20 11:15:41 +02:00
2026-04-29 14:51:47 -07:00
2026-03-26 14:41:57 +01:00
2026-03-24 16:03:02 -07:00
2026-03-25 13:51:01 +01:00
2026-04-13 09:49:13 +02:00
2026-04-27 11:36:19 -04:00
2026-03-31 09:48:06 +02:00
2026-04-20 11:15:41 +02:00
2026-04-29 15:04:22 -07:00
2026-04-30 11:35:53 -07:00
2026-04-29 14:51:47 -07:00
2026-04-20 21:18:03 -03:00
2026-04-20 11:15:41 +02:00
2026-04-28 17:43:03 +02:00
2026-04-20 21:18:03 -03:00
2026-04-07 13:55:42 -04:00
2026-04-03 22:00:29 +02:00
2026-04-08 22:36:13 +02:00
2026-04-30 11:35:53 -07:00
2026-03-25 16:55:18 +01:00
2026-05-05 14:43:28 +02:00
2026-04-20 15:52:45 -07:00