diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-28 05:21:46 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-28 05:21:46 +0800 |
commit | 8f05f86e1638a73540fd7f903db76c71ae215ef4 (patch) | |
tree | c65fceceadd79ff00e00a336d86350c3b23df6c7 | |
parent | 7a3517ed3af5525de8af979baa229f9fdb94b2b6 (diff) | |
parent | 0006d8fefa29af93a80455d32b50cdf08f30d5cb (diff) | |
download | dexon-solidity-8f05f86e1638a73540fd7f903db76c71ae215ef4.tar.gz dexon-solidity-8f05f86e1638a73540fd7f903db76c71ae215ef4.tar.zst dexon-solidity-8f05f86e1638a73540fd7f903db76c71ae215ef4.zip |
Merge remote-tracking branch 'upstream/develop' into vmtrace
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;*/ |