We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AdvertiseProtocolVersions
1 parent b8ee287 commit 4cf708dCopy full SHA for 4cf708d
les/protocol.go
@@ -40,9 +40,8 @@ const (
40
41
// Supported versions of the les protocol (first is primary)
42
var (
43
- ClientProtocolVersions = []uint{lpv2, lpv3, lpv4}
44
- ServerProtocolVersions = []uint{lpv2, lpv3, lpv4}
45
- AdvertiseProtocolVersions = []uint{lpv2} // clients are searching for the first advertised protocol in the list
+ ClientProtocolVersions = []uint{lpv2, lpv3, lpv4}
+ ServerProtocolVersions = []uint{lpv2, lpv3, lpv4}
46
)
47
48
// ProtocolLengths is the number of implemented message corresponding to different protocol versions.
0 commit comments