Add thread parameter to solveequihash benchmark

Closes #1147
This commit is contained in:
Jack Grigg
2016-08-05 15:05:38 +12:00
parent fbd90518e3
commit f7478de67f
5 changed files with 47 additions and 10 deletions

View File

@@ -96,6 +96,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "zcrawjoinsplit", 3 },
{ "zcrawjoinsplit", 4 },
{ "zcbenchmark", 1 },
{ "zcbenchmark", 2 },
{ "getblocksubsidy", 0}
};