diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2021-01-08 15:15:58 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2021-01-08 15:41:59 +0000 |
commit | f10c9a16c486a9e91886bf921326f6ae57c30477 (patch) | |
tree | b3b5993b2b8e9debdbecb105a2f6ee74946da049 /src/cryptonote_config.h | |
parent | Merge pull request #7281 (diff) | |
download | monero-f10c9a16c486a9e91886bf921326f6ae57c30477.tar.xz |
remove obsolete pruning debug code
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r-- | src/cryptonote_config.h | 1 |
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)) |