From a48c84a0e112e70cd129351a6eb6744fd0e8d29b Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 18 Mar 2015 22:10:32 +0100 Subject: [PATCH] Diagnostics to try to track down the mining issues. --- dagger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagger.cpp b/dagger.cpp index a2bd6be68..f7230f705 100644 --- a/dagger.cpp +++ b/dagger.cpp @@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE(basic_test) testPath += "/PoWTests"; - cnote << "Testing Secure Trie..."; + cnote << "Testing Proof of Work..."; js::mValue v; string s = asString(contents(testPath + "/ethash_tests.json")); BOOST_REQUIRE_MESSAGE(s.length() > 0, "Contents of 'ethash_tests.json' is empty. Have you cloned the 'tests' repo branch develop?");