From 3153349325361909798926852a1c756c48656430 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 3 Mar 2017 23:31:38 +0000 Subject: core: quantize per kB fee to 8 decimals --- src/cryptonote_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cryptonote_config.h') diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 1bc7c6269..d1036a1de 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -128,6 +128,7 @@ #define THREAD_STACK_SIZE 5 * 1024 * 1024 #define HF_VERSION_DYNAMIC_FEE 4 +#define PER_KB_FEE_QUANTIZATION_DECIMALS 8 // New constants are intended to go here namespace config -- cgit v1.2.3