good morning!!!!

Skip to content
Snippets Groups Projects
Commit c582667c authored by Anton Evangelatov's avatar Anton Evangelatov Committed by Péter Szilágyi
Browse files

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

parent dcd97c41
No related branches found
No related tags found
No related merge requests found
......@@ -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
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment