From 76402e82fa00ca2cd18df69780cf52b6e583b223 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 11 Oct 2014 20:29:17 +0200 Subject: [PATCH] Bump to P2P protocol version 2. --- libp2p/Host.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p/Host.cpp b/libp2p/Host.cpp index d1ffa0999..aed95a099 100644 --- a/libp2p/Host.cpp +++ b/libp2p/Host.cpp @@ -142,7 +142,7 @@ void Host::stop() unsigned Host::protocolVersion() const { - return 1; + return 2; } void Host::registerPeer(std::shared_ptr _s, CapDescs const& _caps)