network: bump proto versions due to change in OfferedHashesMsg (#1465)
This commit is contained in:
committed by
GitHub
parent
815a6d120f
commit
2f0b94fa1a
@@ -623,7 +623,7 @@ func (r *Registry) createSpec() {
|
||||
// Spec is the spec of the streamer protocol
|
||||
var spec = &protocols.Spec{
|
||||
Name: "stream",
|
||||
Version: 8,
|
||||
Version: 9,
|
||||
MaxMsgSize: 10 * 1024 * 1024,
|
||||
Messages: []interface{}{
|
||||
UnsubscribeMsg{},
|
||||
|
Reference in New Issue
Block a user