Bump protocol version to 70002.
This commit is contained in:
parent
c2a1444a88
commit
f38e5854c1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const (
|
|||
RegressionTestPort = "18444"
|
||||
|
||||
// ProtocolVersion is the latest protocol version this package supports.
|
||||
ProtocolVersion uint32 = 70001
|
||||
ProtocolVersion uint32 = 70002
|
||||
|
||||
// MultipleAddressVersion is the protocol version which added multiple
|
||||
// addresses per message (pver >= MultipleAddressVersion).
|
||||
|
|
Loading…
Add table
Reference in a new issue