From dde7897fd47063275063452cc1a425c6856f6739 Mon Sep 17 00:00:00 2001 From: iamsmooth Date: Tue, 11 Nov 2014 02:03:00 +0000 Subject: Disable legacy fees for now --- src/cryptonote_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cryptonote_config.h') 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 -- cgit v1.2.3