aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dagger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dagger.cpp b/dagger.cpp
index a2bd6be6..f7230f70 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?");