aboutsummaryrefslogtreecommitdiffstats
path: root/peer.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-09-05 23:09:58 +0800
committerGav Wood <i@gavwood.com>2014-09-05 23:09:58 +0800
commit38dd3fb050cae0bc28205ecff8591fa44605efc7 (patch)
treea7a8c238e98f1ec02fe02aaf51c645bb494a27d3 /peer.cpp
parentd0d1e91a685dda428af9dd41a3afd83424dc5775 (diff)
downloaddexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.tar.gz
dexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.tar.zst
dexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.zip
Project-wide reorganisation of namespaces.
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)
{