Files
bitcoin/src/test/fuzz/util.cpp
marcofleon 9f3e427228 fuzz: Remove ConsumeUniValue
The helper created a UniValue with hard-coded constants, which
isn't ideal for fuzz tests. Replace it in the ipc fuzz test with
parsing a UniValue directly from the fuzzed data provider.
2026-07-03 18:26:26 +01:00

14 KiB