Faster initial sync

0.5-1 seconds saved on verification after removing the repeated `get_shares` calls
This commit is contained in:
SChernykh
2024-11-22 11:44:49 +01:00
parent c0d1070395
commit fd0a7ea0c7
7 changed files with 55 additions and 33 deletions

View File

@@ -19,6 +19,7 @@
#include "keccak.h"
#include "merkle.h"
#include "pool_block.h"
#include "side_chain.h"
#include "keccak.h"
#include "gtest/gtest.h"