swarm/network/stream: stream protocol version change due to new message types in this PR

This commit is contained in:
Fabio Barone 2018-10-18 09:42:55 -05:00
parent ae36406238
commit e7d0522785

View file

@ -675,7 +675,7 @@ func (c *clientParams) clientCreated() {
// Spec is the spec of the streamer protocol // Spec is the spec of the streamer protocol
var Spec = &protocols.Spec{ var Spec = &protocols.Spec{
Name: "stream", Name: "stream",
Version: 7, Version: 8,
MaxMsgSize: 10 * 1024 * 1024, MaxMsgSize: 10 * 1024 * 1024,
Messages: []interface{}{ Messages: []interface{}{
UnsubscribeMsg{}, UnsubscribeMsg{},