diff --git a/TestHelper.cpp b/TestHelper.cpp index bae980a7e..30f323369 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 f; + GenericFarm f; bool completed = false; f.onSolutionFound([&](ProofOfWork::Solution sol) {