aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-10-15 17:23:50 +0200
committerRiccardo Spagni <ric@spagni.net>2017-10-15 17:23:50 +0200
commit5ea20d694430d6db9d4721137bd1165b1fa3f6ec (patch)
tree3cfc2a7adc6c562c39fe1f6e2a690b7dc7896b32 /src/cryptonote_config.h
parentMerge pull request #2056 (diff)
parentprecomputed block hashes are now in blocks of N (currently 256) (diff)
downloadmonero-5ea20d694430d6db9d4721137bd1165b1fa3f6ec.tar.xz
Merge pull request #2469
7adceee6 precomputed block hashes are now in blocks of N (currently 256) (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_config.h')
-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 d6973a3fb..5a61fc78c 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -136,6 +136,9 @@
#define PER_KB_FEE_QUANTIZATION_DECIMALS 8
+#define HASH_OF_HASHES_STEP 256
+
+
// New constants are intended to go here
namespace config
{