From c807e0065bd4ccfd99b3408c3644bdd9605ca8f5 Mon Sep 17 00:00:00 2001 From: Attila Gazso Date: Tue, 31 Jul 2018 16:05:11 +0200 Subject: [PATCH] swarm/network: Changed back TestProtocolVersion to 5 for now --- 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 2578430292..3ef32a7089 100644 --- a/swarm/network/protocol_test.go +++ b/swarm/network/protocol_test.go @@ -31,7 +31,7 @@ import ( ) const ( - TestProtocolVersion = 6 + TestProtocolVersion = 5 TestProtocolNetworkID = 3 )