mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 01:23:45 +00:00
swarm/network: bump bzz protocol version (#17449)
This commit is contained in:
parent
dcd97c41fa
commit
c582667c9b
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue