diff options
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r-- | TestHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp index bae980a7..30f32336 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -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) { |