aboutsummaryrefslogtreecommitdiffstats
path: root/dagger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dagger.cpp')
-rw-r--r--dagger.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dagger.cpp b/dagger.cpp
index 9422b6a9..87c49bd7 100644
--- a/dagger.cpp
+++ b/dagger.cpp
@@ -30,6 +30,7 @@ using namespace dev::eth;
int daggerTest()
{
+#if 0
cnote << "Testing ProofOfWork...";
// Test dagger
{
@@ -46,6 +47,7 @@ int daggerTest()
cout << hex << ProofOfWork().eval((h256)(u256)1, (h256)(u256)1);
cout << " " << dec << duration_cast<milliseconds>(steady_clock::now() - s).count() << " ms" << endl;
}
+#endif
return 0;
}