From b93f87a3c54538d258c06f0ea6b3f452e18a78df Mon Sep 17 00:00:00 2001 From: Nicholas Pettas Date: Wed, 31 Jan 2024 12:05:10 -0800 Subject: [PATCH] change protocol name to x1 --- gossip/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossip/protocol.go b/gossip/protocol.go index 5f3c46ccb..61d2a3740 100644 --- a/gossip/protocol.go +++ b/gossip/protocol.go @@ -22,7 +22,7 @@ const ( ) // ProtocolName is the official short name of the protocol used during capability negotiation. -const ProtocolName = "opera" +const ProtocolName = "x1" // ProtocolVersions are the supported versions of the protocol (first is primary). var ProtocolVersions = []uint{FTM62, FTM63}