aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2015-02-06 05:43:29 +0800
committerCJentzsch <jentzsch.software@gmail.com>2015-02-06 05:43:29 +0800
commit1298b8605cb45914ae700aaae942dc4bab9b9ac2 (patch)
treed2956f1731d68c41f054ff6927a972f2a7dd0143 /state.cpp
parentcbfd094a17212da0d81d10b99416e240c5e7c625 (diff)
parent969366f46b83c57461fc5399fff76bd07738b6f2 (diff)
downloaddexon-solidity-1298b8605cb45914ae700aaae942dc4bab9b9ac2.tar
dexon-solidity-1298b8605cb45914ae700aaae942dc4bab9b9ac2.tar.gz
dexon-solidity-1298b8605cb45914ae700aaae942dc4bab9b9ac2.tar.bz2
dexon-solidity-1298b8605cb45914ae700aaae942dc4bab9b9ac2.tar.lz
dexon-solidity-1298b8605cb45914ae700aaae942dc4bab9b9ac2.tar.xz
dexon-solidity-1298b8605cb45914ae700aaae942dc4bab9b9ac2.tar.zst
dexon-solidity-1298b8605cb45914ae700aaae942dc4bab9b9ac2.zip
Merge remote-tracking branch 'upstream/develop' into RefundOverflow
Diffstat (limited to 'state.cpp')
-rw-r--r--state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.cpp b/state.cpp
index 100634be..fb54a62a 100644
--- a/state.cpp
+++ b/state.cpp
@@ -24,7 +24,7 @@
#include <boost/test/unit_test.hpp>
#include "JsonSpiritHeaders.h"
#include <libdevcore/CommonIO.h>
-#include <libethereum/BlockChain.h>
+#include <libethereum/CanonBlockChain.h>
#include <libethereum/State.h>
#include <libethereum/ExtVM.h>
#include <libethereum/Defaults.h>