aboutsummaryrefslogtreecommitdiffstats
path: root/fork.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-08-27 18:48:30 +0800
committerGav Wood <i@gavwood.com>2014-08-27 18:48:30 +0800
commit42920f5d93b83cb5034380f2b8c9d39b045cc7ec (patch)
treeb85eeeabe1620ea2daae48affe80965b4b96ee36 /fork.cpp
parent5da1e452ed95e3a81c5d44e5f87aba3f3a3010df (diff)
downloaddexon-solidity-42920f5d93b83cb5034380f2b8c9d39b045cc7ec.tar.gz
dexon-solidity-42920f5d93b83cb5034380f2b8c9d39b045cc7ec.tar.zst
dexon-solidity-42920f5d93b83cb5034380f2b8c9d39b045cc7ec.zip
Split off general network layer.
Diffstat (limited to 'fork.cpp')
-rw-r--r--fork.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fork.cpp b/fork.cpp
index 09a866fb..f0edb702 100644
--- a/fork.cpp
+++ b/fork.cpp
@@ -24,7 +24,7 @@
#include <boost/filesystem/operations.hpp>
#include <libethereum/Client.h>
#include <libethereum/BlockChain.h>
-#include <libethereum/PeerServer.h>
+#include <libethereum/EthereumHost.h>
#include "TestHelper.h"
using namespace std;
using namespace eth;