mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
set proof cache initialisations in blind_tests
This commit is contained in:
parent
6e4faff0fc
commit
31f44e967b
3 changed files with 7 additions and 11 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue