Skip to content
Snippets Groups Projects
Unverified Commit 4f912a02 authored by psychocrypt's avatar psychocrypt Committed by GitHub
Browse files

Merge pull request #1271 from fireice-uk/topic-algo-report

Add cn-heavy to algo report
parents c3feb225 b4088ca4
No related branches found
No related tags found
No related merge requests found
......@@ -648,10 +648,13 @@ bool jpsock::cmd_submit(const char* sJobId, uint32_t iNonce, const uint8_t* bRes
algo_name = "cryptonight-lite";
break;
case cryptonight_monero:
algo_name = "cryptonight-monero";
algo_name = "cryptonight-monerov7";
break;
case cryptonight_aeon:
algo_name = "cryptonight-aeon";
algo_name = "cryptonight-aeonv7";
break;
case cryptonight_heavy:
algo_name = "cryptonight-heavy";
break;
default:
algo_name = "unknown";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment