aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-09-13 21:03:04 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-09-18 16:29:00 +0100
commit7adceee634354f9291de8dd021669d7ca5cf3f2a (patch)
tree30743bd5eaddab868baba6e19bc3aace6e68951c /src/cryptonote_config.h
parentMerge pull request #2446 (diff)
downloadmonero-7adceee634354f9291de8dd021669d7ca5cf3f2a.tar.xz
precomputed block hashes are now in blocks of N (currently 256)
This shaves a lot of space off binaries
Diffstat (limited to '')
-rw-r--r--src/cryptonote_config.h3
1 files changed, 3 insertions, 0 deletions
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
{