remove obsolete pruning debug code

This commit is contained in:
moneromooo-monero 2021-01-08 15:15:58 +00:00
parent e144dd5b15
commit f10c9a16c4
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
4 changed files with 0 additions and 45 deletions

View file

@ -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))