diff options
author | Gav Wood <i@gavwood.com> | 2015-02-05 02:29:56 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-02-05 02:29:56 +0800 |
commit | 4dc5909072fd87f29716c0429ecdd40eddeedf5a (patch) | |
tree | 9ca0061460e78adc55f26479ecadd737fb8b9109 /fork.cpp | |
parent | 458e65f3cb74dc112e11616e4860bafa7ad07149 (diff) | |
download | dexon-solidity-4dc5909072fd87f29716c0429ecdd40eddeedf5a.tar.gz dexon-solidity-4dc5909072fd87f29716c0429ecdd40eddeedf5a.tar.zst dexon-solidity-4dc5909072fd87f29716c0429ecdd40eddeedf5a.zip |
Split canon blockchain and basic blockchain.
Diffstat (limited to 'fork.cpp')
-rw-r--r-- | fork.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ #include <boost/test/unit_test.hpp> #include <boost/filesystem/operations.hpp> #include <libethereum/Client.h> -#include <libethereum/BlockChain.h> +#include <libethereum/CanonBlockChain.h> #include <libethereum/EthereumHost.h> #include "TestHelper.h" using namespace std; |