fix: invalid parameter

This commit is contained in:
Richard Ramos 2021-07-21 14:02:31 -04:00
parent a2ff7f3df9
commit 73bedde63c
No known key found for this signature in database
GPG Key ID: 80D4B01265FDFE8F
1 changed files with 0 additions and 2 deletions

View File

@ -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() {