mirror of
https://github.com/monero-project/monero.git
synced 2025-07-28 07:05:25 -04:00
precomputed block hashes are now in blocks of N (currently 256)
This shaves a lot of space off binaries
This commit is contained in:
parent
1a73843cec
commit
7adceee634
12 changed files with 182 additions and 12 deletions
|
@ -76,4 +76,5 @@ protected:
|
|||
private:
|
||||
|
||||
uint64_t m_cur_height; // tracks current height during export
|
||||
std::vector<crypto::hash> m_hashes;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue