fix: duplicated flag

This commit is contained in:
Richard Ramos 2022-11-16 18:49:34 -04:00 committed by RichΛrd
parent a247e8346d
commit e3b2bd5774
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ func main() {
},
&cli.BoolFlag{
Name: "relay-peer-exchange",
Aliases: []string{"peer-exchange"},
Value: false,
Usage: "Enable GossipSub Peer Exchange",
Destination: &options.Relay.PeerExchange,