diff options
author | Gav Wood <i@gavwood.com> | 2015-03-19 05:10:32 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-03-19 05:10:32 +0800 |
commit | a48c84a0e112e70cd129351a6eb6744fd0e8d29b (patch) | |
tree | 5085c43867313e3b67674814c2063d04e4b034c0 | |
parent | e48fd2ef7ea216862b9289130cc1a39af5da9914 (diff) | |
download | dexon-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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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?"); |