Browse Source

Bump to P2P protocol version 2.

cl-refactor
Gav Wood 10 years ago
parent
commit
76402e82fa
  1. 2
      libp2p/Host.cpp

2
libp2p/Host.cpp

@ -142,7 +142,7 @@ void Host::stop()
unsigned Host::protocolVersion() const
{
return 1;
return 2;
}
void Host::registerPeer(std::shared_ptr<Session> _s, CapDescs const& _caps)

Loading…
Cancel
Save