aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-03-19 05:10:32 +0800
committerGav Wood <i@gavwood.com>2015-03-19 05:10:32 +0800
commita48c84a0e112e70cd129351a6eb6744fd0e8d29b (patch)
tree5085c43867313e3b67674814c2063d04e4b034c0
parente48fd2ef7ea216862b9289130cc1a39af5da9914 (diff)
downloaddexon-solidity-a48c84a0e112e70cd129351a6eb6744fd0e8d29b.tar
dexon-solidity-a48c84a0e112e70cd129351a6eb6744fd0e8d29b.tar.gz
dexon-solidity-a48c84a0e112e70cd129351a6eb6744fd0e8d29b.tar.bz2
dexon-solidity-a48c84a0e112e70cd129351a6eb6744fd0e8d29b.tar.lz
dexon-solidity-a48c84a0e112e70cd129351a6eb6744fd0e8d29b.tar.xz
dexon-solidity-a48c84a0e112e70cd129351a6eb6744fd0e8d29b.tar.zst
dexon-solidity-a48c84a0e112e70cd129351a6eb6744fd0e8d29b.zip
Diagnostics to try to track down the mining issues.
-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?");