Skip to content

Commit

Permalink
change protocol name to x1
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Jan 31, 2024
1 parent ff93896 commit b93f87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b93f87a

Please sign in to comment.