mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Reduce MIN_MINER_OUTPUTS to 10
This commit is contained in:
parent
a3dfc57a4b
commit
0d8cada1ff
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@
|
|||
#define PER_KB_FEE_QUANTIZATION_DECIMALS 8
|
||||
#define CRYPTONOTE_SCALING_2021_FEE_ROUNDING_PLACES 2
|
||||
|
||||
#define MIN_MINER_OUTPUTS 50
|
||||
#define MIN_MINER_OUTPUTS 10
|
||||
|
||||
#define HASH_OF_HASHES_STEP 512
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue