aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-28 05:21:46 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-28 05:21:46 +0800
commit8f05f86e1638a73540fd7f903db76c71ae215ef4 (patch)
treec65fceceadd79ff00e00a336d86350c3b23df6c7
parent7a3517ed3af5525de8af979baa229f9fdb94b2b6 (diff)
parent0006d8fefa29af93a80455d32b50cdf08f30d5cb (diff)
downloaddexon-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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index ef009e29..3f8860d7 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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;*/