diff options
Diffstat (limited to 'fork.cpp')
-rw-r--r-- | fork.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,8 @@ using namespace std; using namespace eth; +// Disabled since tests shouldn't block. Need a short cut to avoid real mining. +/* BOOST_AUTO_TEST_CASE(simple_chain_fork) { //start a client and mine a short chain @@ -54,3 +56,4 @@ BOOST_AUTO_TEST_CASE(simple_chain_fork) BOOST_REQUIRE(c1.state().balance(c1.address()) == 0); BOOST_REQUIRE(c2.state().balance(c2.address()) > 0); } +*/ |