From e7d052278516efe0b90d0d76f0caacd2f446def0 Mon Sep 17 00:00:00 2001 From: Fabio Barone Date: Thu, 18 Oct 2018 09:42:55 -0500 Subject: [PATCH] swarm/network/stream: stream protocol version change due to new message types in this PR --- swarm/network/stream/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/network/stream/stream.go b/swarm/network/stream/stream.go index fe975f40e4..02a20a8fd1 100644 --- a/swarm/network/stream/stream.go +++ b/swarm/network/stream/stream.go @@ -675,7 +675,7 @@ func (c *clientParams) clientCreated() { // Spec is the spec of the streamer protocol var Spec = &protocols.Spec{ Name: "stream", - Version: 7, + Version: 8, MaxMsgSize: 10 * 1024 * 1024, Messages: []interface{}{ UnsubscribeMsg{},