aboutsummaryrefslogtreecommitdiffstats
path: root/peer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'peer.cpp')
-rw-r--r--peer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/peer.cpp b/peer.cpp
index 16f8383e..8db4cc12 100644
--- a/peer.cpp
+++ b/peer.cpp
@@ -22,10 +22,10 @@
#include <chrono>
#include <thread>
-#include <libethnet/PeerHost.h>
+#include <libp2p/PeerHost.h>
using namespace std;
using namespace eth;
-using boost::asio::ip::tcp;
+using namespace p2p;
int peerTest(int argc, char** argv)
{