Skip to content

Commit ab2581f

Browse files
committed
Merge branch 'master' of github-wo01:KotoDevelopers/cpuminer-yescrypt
2 parents fc52171 + 658f860 commit ab2581f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu-miner.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ static void *miner_thread(void *userdata)
11941194
switch (opt_algo) {
11951195
case ALGO_YESCRYPT:
11961196
case ALGO_YESPOWER:
1197-
max64 = 0x3fffff;
1197+
max64 = 0xfff;
11981198
break;
11991199
}
12001200
}

0 commit comments

Comments
 (0)