SideChain: precalculate tx pubkeys for faster sync

This commit is contained in:
SChernykh
2022-07-14 09:04:14 +02:00
parent 4733f46a28
commit 02a8a512dc
5 changed files with 230 additions and 27 deletions

View File

@@ -132,6 +132,8 @@ struct PoolBlock
mutable bool m_broadcasted;
mutable bool m_wantBroadcast;
bool m_precalculated;
uint64_t m_localTimestamp;
void serialize_mainchain_data(uint32_t nonce, uint32_t extra_nonce, const hash& sidechain_hash);