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 f903d042..821aab51 100644
--- a/peer.cpp
+++ b/peer.cpp
@@ -24,8 +24,8 @@
#include <thread>
#include <libp2p/Host.h>
using namespace std;
-using namespace eth;
-using namespace p2p;
+using namespace dev;
+using namespace dev::p2p;
int peerTest(int argc, char** argv)
{