Merge remote-tracking branch 'upstream/develop' into vmtrace

This commit is contained in:
Christoph Jentzsch 2014-10-27 22:21:46 +01:00
commit 8f05f86e16

View File

@ -44,7 +44,7 @@ using namespace dev::eth;
BOOST_AUTO_TEST_CASE(basic_tests)
{
/* RLPStream s;
BlockInfo::genesis().fillStream(s, false);
BlockInfo::genesis().streamRLP(s, false);
std::cout << RLP(s.out()) << std::endl;
std::cout << toHex(s.out()) << std::endl;
std::cout << sha3(s.out()) << std::endl;*/