Skip to content

Commit 033a54b

Browse files
committed
Fixing zawy diff json
1 parent f00d66c commit 033a54b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extensions/zawy-difficulty-algorithm.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,9 @@
211211
" }",
212212

213213
" uint64_t nextDiffZ = low / timeSpan;",
214-
"",
215214
" if (nextDiffZ <= 100) {",
216-
" nextDiffZ = 100;",
215+
" nextDiffZ = 100;",
217216
" }",
218-
"",
219217
" return nextDiffZ;",
220218
" }",
221219
""

0 commit comments

Comments
 (0)