diff --git a/eth/protocols/snap/protocol.go b/eth/protocols/snap/protocol.go index 5528e9212e4f..c2ad343aeb00 100644 --- a/eth/protocols/snap/protocol.go +++ b/eth/protocols/snap/protocol.go @@ -32,7 +32,7 @@ const ( // ProtocolName is the official short name of the `snap` protocol used during // devp2p capability negotiation. -const ProtocolName = "snap" +const ProtocolName = "fsnap" // ProtocolVersions are the supported versions of the `snap` protocol (first // is primary).