Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions multihashing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ static xmrig::cn_hash_fun get_cn_fn(const int algo) {
case 8: return FNA(CN_2);
case 9: return FNA(CN_HALF);
case 11: return FN(CN_GPU);
case 12: return FNA(CN_WOW);
case 13: return FNA(CN_R);
case 14: return FNA(CN_RWZ);
case 15: return FNA(CN_ZLS);
Expand Down
Loading