pull/4/head
__xxfedexx__ 1 year ago
parent 1f31776289
commit fe387b7e9e

@ -971,7 +971,7 @@ start:
uint64_t HEIGHT = m_db->height();
difficulty_type diff;
if (version >= 20) {
diff = next_difficulty_v6(timestamps, difficulties, target);
diff = next_difficulty_v6(timestamps, difficulties, target, HEIGHT);
} else if (version <= 17 && version >= 11) {
diff = next_difficulty_v5(timestamps, difficulties, HEIGHT);
} else if (version == 10) {

Loading…
Cancel
Save