swarm/network: Bumped protocol version

This commit is contained in:
Attila Gazso 2018-07-31 12:15:00 +02:00
parent 3a15c27c41
commit 975e96ceb1

View file

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