Browse Source

p2p protocol version bump.

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

2
libp2p/Host.cpp

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

Loading…
Cancel
Save