Skip to content
Snippets Groups Projects
Unverified Commit 18e5856b authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #1490 from psychocrypt/topic-renamePrintedAlgorithms

rename printed algorithms
parents 509f81fe d3e289ae
No related branches found
No related tags found
No related merge requests found
......@@ -645,19 +645,19 @@ bool jpsock::cmd_submit(const char* sJobId, uint32_t iNonce, const uint8_t* bRes
algo_name = "cryptonight";
break;
case cryptonight_lite:
algo_name = "cryptonight-lite";
algo_name = "cryptonight_lite";
break;
case cryptonight_monero:
algo_name = "cryptonight-monerov7";
algo_name = "cryptonight_v7";
break;
case cryptonight_aeon:
algo_name = "cryptonight-aeonv7";
algo_name = "cryptonight_lite_v7";
break;
case cryptonight_ipbc:
algo_name = "cryptonight-ipbc";
algo_name = "cryptonight_lite_v7_xor";
break;
case cryptonight_heavy:
algo_name = "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