set proof cache initialisations in blind_tests

This commit is contained in:
Tom Trevethan 2026-03-18 13:19:34 +00:00
parent 6e4faff0fc
commit 31f44e967b
3 changed files with 7 additions and 11 deletions

View file

@ -1307,7 +1307,6 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
}
ValidationCacheSizes validation_cache_sizes{};
// ApplyArgsManOptions(args, validation_cache_sizes);
if (!InitRangeproofCache(validation_cache_sizes.rangeproof_cache_bytes)
|| !InitSurjectionproofCache(validation_cache_sizes.surjectionproof_execution_cache_bytes))
{