started tests refactoring

This commit is contained in:
arkpar
2015-07-19 21:10:14 +02:00
committed by Gav Wood
parent 07a29389d6
commit 32916c3362
+1 -1
View File
@@ -63,7 +63,7 @@ void connectClients(Client& c1, Client& c2)
void mine(State& s, BlockChain const& _bc)
{
s.commitToMine(_bc);
GenericFarm<ProofOfWork> f;
GenericFarm<Ethash> f;
bool completed = false;
f.onSolutionFound([&](ProofOfWork::Solution sol)
{