diff options
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r-- | src/cryptonote_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 5e58aa757..7864b974e 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -60,7 +60,7 @@ #define FEE_PER_KB ((uint64_t)10000000000) // pow(10, 10) // temporarily to allow backward compatibility during the switch to per-kb -#define MINING_ALLOWED_LEGACY_FEE ((uint64_t)100000000000) // pow(10, 11) +//#define MINING_ALLOWED_LEGACY_FEE ((uint64_t)100000000000) // pow(10, 11) #define ORPHANED_BLOCKS_MAX_COUNT 100 |