From 3bb5271363bde05cccbb71e343c2f71d8551aa39 Mon Sep 17 00:00:00 2001 From: Synku Date: Mon, 23 Nov 2020 00:05:01 +0000 Subject: [PATCH] Update 'src/cryptonote_config.h' c/cryptonote_basic_impl.cpp:84:45: error: static assertion failed: difficulty targets must be a multiple of 60 --- 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 29f431bff..d2e475328 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -77,7 +77,7 @@ #define ORPHANED_BLOCKS_MAX_COUNT 100 -#define DIFFICULTY_TARGET_V2 100 +#define DIFFICULTY_TARGET_V2 120 #define DIFFICULTY_TARGET_V1 300 #define DIFFICULTY_WINDOW_V3 144 #define DIFFICULTY_WINDOW_V2 60