mirror of
https://github.com/monero-project/monero.git
synced 2025-08-14 05:25:32 -04:00
core: quantize per kB fee to 8 decimals
This commit is contained in:
parent
3e761c137d
commit
3153349325
2 changed files with 20 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue