From 73bedde63ca4ee201d040b3e9c5a6bcc35afc515 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Wed, 21 Jul 2021 14:02:31 -0400 Subject: [PATCH] fix: invalid parameter --- waku/node.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/waku/node.go b/waku/node.go index 3b2f8d79..cf3c72b1 100644 --- a/waku/node.go +++ b/waku/node.go @@ -251,8 +251,6 @@ func init() { rootCmd.Flags().Bool("metrics", false, "Enable the metrics server") rootCmd.Flags().String("metrics-address", "127.0.0.1", "Listening address of the metrics server") rootCmd.Flags().Int("metrics-port", 8008, "Listening HTTP port of the metrics server") - rootCmd.Flags().StringSlice("filternodes", []string{}, "Multiaddr of peers to to request content filtering of messages. Argument may be repeated") - rootCmd.Flags().StringSlice("lightpushnodes", []string{}, "Multiaddr of peers to to request lightpush of published messages. Argument may be repeated") } func initConfig() {