From a122f97ddc4e5a319ad1463393b57b44f4079d18 Mon Sep 17 00:00:00 2001 From: Andrei Ivasko Date: Sun, 19 Dec 2021 21:28:28 -0500 Subject: [PATCH] apply changes --- eth/protocols/snap/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).