diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index fb6428ae2..42dbeb6b9 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)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 FEE_PER_KB ((uint64_t)666666666) // 2 * pow(10, 9) +#define FEE_PER_BYTE ((uint64_t)100000) +#define DYNAMIC_FEE_PER_KB_BASE_FEE ((uint64_t)666666666) // 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)1333333333 * (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)666666666 * (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