Commit c582667c authored by Anton Evangelatov's avatar Anton Evangelatov Committed by Péter Szilágyi

swarm/network: bump bzz protocol version (#17449)

parent dcd97c41
...@@ -44,7 +44,7 @@ const ( ...@@ -44,7 +44,7 @@ const (
// BzzSpec is the spec of the generic swarm handshake // BzzSpec is the spec of the generic swarm handshake
var BzzSpec = &protocols.Spec{ var BzzSpec = &protocols.Spec{
Name: "bzz", Name: "bzz",
Version: 5, Version: 6,
MaxMsgSize: 10 * 1024 * 1024, MaxMsgSize: 10 * 1024 * 1024,
Messages: []interface{}{ Messages: []interface{}{
HandshakeMsg{}, HandshakeMsg{},
......
...@@ -31,7 +31,7 @@ import ( ...@@ -31,7 +31,7 @@ import (
) )
const ( const (
TestProtocolVersion = 5 TestProtocolVersion = 6
TestProtocolNetworkID = 3 TestProtocolNetworkID = 3
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment