mirror of
https://github.com/monero-project/monero.git
synced 2025-08-13 13:05:30 -04:00
Disable legacy fees for now
This commit is contained in:
parent
cc74b43651
commit
dde7897fd4
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
#define FEE_PER_KB ((uint64_t)10000000000) // pow(10, 10)
|
||||
|
||||
// temporarily to allow backward compatibility during the switch to per-kb
|
||||
#define MINING_ALLOWED_LEGACY_FEE ((uint64_t)100000000000) // pow(10, 11)
|
||||
//#define MINING_ALLOWED_LEGACY_FEE ((uint64_t)100000000000) // pow(10, 11)
|
||||
|
||||
#define ORPHANED_BLOCKS_MAX_COUNT 100
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue