From 416d71be3c9fd3eb034bd1686378c4e69f940487 Mon Sep 17 00:00:00 2001 From: Synku Date: Thu, 5 Nov 2020 02:36:34 +0000 Subject: [PATCH] Update 'src/cryptonote_config.h' --- src/cryptonote_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 392210670..fb6428ae2 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -67,11 +67,11 @@ #define COIN ((uint64_t)100000000000) // pow(10, 11) #define FEE_PER_KB_OLD ((uint64_t)10000000000) // pow(10, 10) -#define FEE_PER_KB ((uint64_t)2000000000) // 2 * pow(10, 9) -#define FEE_PER_BYTE ((uint64_t)300000) -#define DYNAMIC_FEE_PER_KB_BASE_FEE ((uint64_t)2000000000) // 2 * pow(10,9) +#define FEE_PER_KB ((uint64_t)1333333333) // 2 * pow(10, 9) +#define FEE_PER_BYTE ((uint64_t)200000) +#define DYNAMIC_FEE_PER_KB_BASE_FEE ((uint64_t)1333333333) // 2 * pow(10,9) #define DYNAMIC_FEE_PER_KB_BASE_BLOCK_REWARD ((uint64_t)10000000000000) // 10 * pow(10,12) -#define DYNAMIC_FEE_PER_KB_BASE_FEE_V5 ((uint64_t)2000000000 * (uint64_t)CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2 / CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V5) +#define DYNAMIC_FEE_PER_KB_BASE_FEE_V5 ((uint64_t)1333333333 * (uint64_t)CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2 / CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V5) #define DYNAMIC_FEE_REFERENCE_TRANSACTION_WEIGHT ((uint64_t)3000) #define ORPHANED_BLOCKS_MAX_COUNT 100