swarm/network: bump up protocol versions due to wrapped message intro (#17170)
This commit is contained in:
committed by
Balint Gabor
parent
7c9314f231
commit
d483da766f
@@ -653,7 +653,7 @@ func (c *clientParams) clientCreated() {
|
||||
// Spec is the spec of the streamer protocol
|
||||
var Spec = &protocols.Spec{
|
||||
Name: "stream",
|
||||
Version: 4,
|
||||
Version: 5,
|
||||
MaxMsgSize: 10 * 1024 * 1024,
|
||||
Messages: []interface{}{
|
||||
UnsubscribeMsg{},
|
||||
|
Reference in New Issue
Block a user