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{ &cli.BoolFlag{
Name: "relay-peer-exchange", Name: "relay-peer-exchange",
Aliases: []string{"peer-exchange"},
Value: false, Value: false,
Usage: "Enable GossipSub Peer Exchange", Usage: "Enable GossipSub Peer Exchange",
Destination: &options.Relay.PeerExchange, Destination: &options.Relay.PeerExchange,