diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-03-03 23:31:38 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-03-03 23:31:56 +0000 |
commit | 3153349325361909798926852a1c756c48656430 (patch) | |
tree | 16fced9db280bdd1c8ac21ecba3f59ae88700ff2 /src/cryptonote_config.h | |
parent | Merge pull request #1832 (diff) | |
download | monero-3153349325361909798926852a1c756c48656430.tar.xz |
core: quantize per kB fee to 8 decimals
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r-- | src/cryptonote_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |