aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-02-15 21:51:12 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-02-15 21:51:12 -0500
commit2222d904911a5b40b6ee357db3300fe4262a09c2 (patch)
treed268589f422bf641480d13d67d14af6c4b3c849b /src/cryptonote_config.h
parentMerge pull request #7288 (diff)
parentremove obsolete pruning debug code (diff)
downloadmonero-2222d904911a5b40b6ee357db3300fe4262a09c2.tar.xz
Merge pull request #7294
f10c9a1 remove obsolete pruning debug code (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r--src/cryptonote_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index 2cb28b2b1..6327f7379 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -194,7 +194,6 @@
#define CRYPTONOTE_PRUNING_STRIPE_SIZE 4096 // the smaller, the smoother the increase
#define CRYPTONOTE_PRUNING_LOG_STRIPES 3 // the higher, the more space saved
#define CRYPTONOTE_PRUNING_TIP_BLOCKS 5500 // the smaller, the more space saved
-//#define CRYPTONOTE_PRUNING_DEBUG_SPOOF_SEED
#define RPC_CREDITS_PER_HASH_SCALE ((float)(1<<24))