aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authoriamsmooth <iamjaviersmooth@gmail.com>2014-11-11 02:03:00 +0000
committeriamsmooth <iamjaviersmooth@gmail.com>2014-11-11 02:03:00 +0000
commitdde7897fd47063275063452cc1a425c6856f6739 (patch)
tree2da164dca065351dfa70542f74c4dcc7b7795b1b /src/cryptonote_config.h
parentRemove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ... (diff)
downloadmonero-dde7897fd47063275063452cc1a425c6856f6739.tar.xz
Disable legacy fees for now
Diffstat (limited to '')
-rw-r--r--src/cryptonote_config.h2
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