mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Update 'src/cryptonote_config.h'
c/cryptonote_basic_impl.cpp:84:45: error: static assertion failed: difficulty targets must be a multiple of 60
This commit is contained in:
parent
52e106ea3c
commit
3bb5271363
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
#define ORPHANED_BLOCKS_MAX_COUNT 100
|
#define ORPHANED_BLOCKS_MAX_COUNT 100
|
||||||
|
|
||||||
|
|
||||||
#define DIFFICULTY_TARGET_V2 100
|
#define DIFFICULTY_TARGET_V2 120
|
||||||
#define DIFFICULTY_TARGET_V1 300
|
#define DIFFICULTY_TARGET_V1 300
|
||||||
#define DIFFICULTY_WINDOW_V3 144
|
#define DIFFICULTY_WINDOW_V3 144
|
||||||
#define DIFFICULTY_WINDOW_V2 60
|
#define DIFFICULTY_WINDOW_V2 60
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue