diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-03-04 21:15:04 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-03-04 21:15:04 +0200 |
commit | 4728ab977a87a17532276c5fdf872982b8e6afc2 (patch) | |
tree | f860f3a2a7f282a63fea74caf4f7717660728e24 /src/cryptonote_config.h | |
parent | Merge pull request #1836 (diff) | |
parent | core: quantize per kB fee to 8 decimals (diff) | |
download | monero-4728ab977a87a17532276c5fdf872982b8e6afc2.tar.xz |
Merge pull request #1837
31533493 core: quantize per kB fee to 8 decimals (moneromooo-monero)
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 |