diff options
author | Gav Wood <i@gavwood.com> | 2014-03-05 01:46:26 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-03-05 01:46:26 +0800 |
commit | f171b2f9767a09fa008ee6e6ba701311c96f966f (patch) | |
tree | 6c72eb645625b619da6f0dd29d3dc2497b0ca090 /main.cpp | |
parent | ea1d3eb16eb445a4ad20bb7bd9f7aca219e8489a (diff) | |
download | dexon-solidity-f171b2f9767a09fa008ee6e6ba701311c96f966f.tar.gz dexon-solidity-f171b2f9767a09fa008ee6e6ba701311c96f966f.tar.zst dexon-solidity-f171b2f9767a09fa008ee6e6ba701311c96f966f.zip |
Repotted Common.h.
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ int main(int, char**) /* RLPStream s; BlockInfo::genesis().fillStream(s, false); std::cout << RLP(s.out()) << std::endl; - std::cout << asHex(s.out()) << std::endl; + std::cout << toHex(s.out()) << std::endl; std::cout << sha3(s.out()) << std::endl;*/ int r = 0; |