aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r--src/cryptonote_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index 50f61e346..319e18808 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -62,7 +62,8 @@
// COIN - number of smallest units in one coin
#define COIN ((uint64_t)1000000000000) // pow(10, 12)
-#define FEE_PER_KB ((uint64_t)10000000000) // pow(10, 10)
+#define FEE_PER_KB_OLD ((uint64_t)10000000000) // pow(10, 10)
+#define FEE_PER_KB ((uint64_t)2000000000) // 2 * pow(10, 9)
#define ORPHANED_BLOCKS_MAX_COUNT 100