aboutsummaryrefslogtreecommitdiffstats
path: root/TrieHash.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-03-05 18:09:34 +0800
committerGav Wood <i@gavwood.com>2015-03-06 19:46:24 +0800
commitd004f81f3a870c31db9333755ce0d96f8ae81784 (patch)
tree947e284658a5d5790630fc6daacbdf72a5e295d2 /TrieHash.cpp
parent1a31a9aa73c88cea8de46413c2f07dd9a532a59d (diff)
downloaddexon-solidity-d004f81f3a870c31db9333755ce0d96f8ae81784.tar.gz
dexon-solidity-d004f81f3a870c31db9333755ce0d96f8ae81784.tar.zst
dexon-solidity-d004f81f3a870c31db9333755ce0d96f8ae81784.zip
Bunch of repotting/curating.
[10:59:28] Vitalik Buterin: block.parent.gas_limit * 1023 / 1024 <= block.gas_limit <= block.parent.gas_limit * 1025/1024
Diffstat (limited to 'TrieHash.cpp')
-rw-r--r--TrieHash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TrieHash.cpp b/TrieHash.cpp
index ee4f2e87..ccf12c16 100644
--- a/TrieHash.cpp
+++ b/TrieHash.cpp
@@ -23,7 +23,7 @@
#include <libdevcrypto/TrieCommon.h>
#include <libdevcrypto/SHA3.h>
-#include <libethcore/CommonEth.h>
+#include <libethcore/Common.h>
using namespace std;
using namespace dev;
using namespace dev::eth;