Files
bitcoin/src/test/fuzz/script_sigcache.cpp
TheCharlatan fae0db0360 fuzz: Deglobalize signature cache in sigcache test
The body of the fuzz test should ideally be a pure function. If data is
persisted in the cache over many iterations, and there is a crash,
reproducing it from the input might be difficult.
2024-07-19 17:17:02 +02:00

2.4 KiB