From 0d8cada1ff8d375e16a9d9000a2215d3c174194c Mon Sep 17 00:00:00 2001 From: XfedeX Date: Fri, 3 Feb 2023 23:06:12 +0100 Subject: [PATCH] Reduce MIN_MINER_OUTPUTS to 10 --- src/cryptonote_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 5b0438257..f235088ed 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -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 -- 2.25.1