We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdaff84 + a122f97 commit e86aa64Copy full SHA for e86aa64
eth/protocols/snap/protocol.go
@@ -32,7 +32,7 @@ const (
32
33
// ProtocolName is the official short name of the `snap` protocol used during
34
// devp2p capability negotiation.
35
-const ProtocolName = "snap"
+const ProtocolName = "fsnap"
36
37
// ProtocolVersions are the supported versions of the `snap` protocol (first
38
// is primary).
0 commit comments