From 975e96ceb14f55400de58d9ff1cf2ca1afb3b5cb Mon Sep 17 00:00:00 2001 From: Attila Gazso Date: Tue, 31 Jul 2018 12:15:00 +0200 Subject: [PATCH] swarm/network: Bumped protocol version --- swarm/network/protocol_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/network/protocol_test.go b/swarm/network/protocol_test.go index e3835a5e16..a6f26e5f02 100644 --- a/swarm/network/protocol_test.go +++ b/swarm/network/protocol_test.go @@ -31,7 +31,7 @@ import ( ) const ( - TestProtocolVersion = 5 + TestProtocolVersion = 6 TestProtocolNetworkID = 3 )