aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarkpar <arkady.paronyan@gmail.com>2015-07-17 00:11:08 +0800
committerarkpar <arkady.paronyan@gmail.com>2015-07-17 00:11:08 +0800
commit772389306d2689dd7f995ca5daad57e5110f96dc (patch)
tree1a8402311106c286a8c15af2e7d2e30c81e6e7e6
parent6f94b767ae36364e5fa4c347c450c2f52a579ee3 (diff)
downloaddexon-solidity-772389306d2689dd7f995ca5daad57e5110f96dc.tar.gz
dexon-solidity-772389306d2689dd7f995ca5daad57e5110f96dc.tar.zst
dexon-solidity-772389306d2689dd7f995ca5daad57e5110f96dc.zip
started tests refactoring
-rw-r--r--TestHelper.cpp2
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)
{