swarm/network: Changed back TestProtocolVersion to 5 for now

This commit is contained in:
Attila Gazso 2018-07-31 16:05:11 +02:00
parent 5270b80752
commit c807e0065b

View file

@ -31,7 +31,7 @@ import (
) )
const ( const (
TestProtocolVersion = 6 TestProtocolVersion = 5
TestProtocolNetworkID = 3 TestProtocolNetworkID = 3
) )