mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-06 16:03:10 +00:00
fix: duplicated flag
This commit is contained in:
parent
a247e8346d
commit
e3b2bd5774
1
waku.go
1
waku.go
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user