From 7adceee634354f9291de8dd021669d7ca5cf3f2a Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Wed, 13 Sep 2017 21:03:04 +0100 Subject: precomputed block hashes are now in blocks of N (currently 256) This shaves a lot of space off binaries --- src/cryptonote_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cryptonote_config.h') diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index cdb46dda9..f38528d58 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -137,6 +137,9 @@ #define PER_KB_FEE_QUANTIZATION_DECIMALS 8 +#define HASH_OF_HASHES_STEP 256 + + // New constants are intended to go here namespace config { -- cgit v1.2.3