@@ -44,7 +44,7 @@ const (
// BzzSpec is the spec of the generic swarm handshake
var BzzSpec = &protocols.Spec{
Name: "bzz",
- Version: 5,
+ Version: 6,
MaxMsgSize: 10 * 1024 * 1024,
Messages: []interface{}{
HandshakeMsg{},
@@ -31,7 +31,7 @@ import (
)
const (
- TestProtocolVersion = 5
+ TestProtocolVersion = 6
TestProtocolNetworkID = 3