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

Merge pull request #1422 from jagerman/graft-fork

Update graft algorithm setting for graft fork
parents dc15a069 17c6a011
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ xmrstak_coin_algo coin_algos[] = {
{ "cryptonight_lite", cryptonight_lite, cryptonight_lite, 0u, nullptr },
{ "edollar", cryptonight, cryptonight, 0u, nullptr },
{ "electroneum", cryptonight, cryptonight, 0u, nullptr },
{ "graft", cryptonight, cryptonight, 0u, nullptr },
{ "graft", cryptonight_monero, cryptonight, 8u, nullptr },
{ "haven", cryptonight_heavy, cryptonight, 2u, nullptr },
{ "intense", cryptonight, cryptonight, 0u, nullptr },
{ "karbo", cryptonight, cryptonight, 0u, nullptr },
......
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