Skip to content

Commit e86aa64

Browse files
authored
Merge pull request #24 from cyberbono3/update-snap-protocolname
Update snap ProtocolName
2 parents fdaff84 + a122f97 commit e86aa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/protocols/snap/protocol.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232

3333
// ProtocolName is the official short name of the `snap` protocol used during
3434
// devp2p capability negotiation.
35-
const ProtocolName = "snap"
35+
const ProtocolName = "fsnap"
3636

3737
// ProtocolVersions are the supported versions of the `snap` protocol (first
3838
// is primary).

0 commit comments

Comments
 (0)