Skip to content
Snippets Groups Projects
Commit 0268b708 authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix default of CLI slowpolling

parent da499cbd
No related branches found
No related tags found
1 merge request!23Release
......@@ -765,7 +765,7 @@ func init() {
rootCmd.Flags().Lookup("forceHistoricalRounds"))
// Network params
rootCmd.Flags().BoolP("slowPolling", "", true,
rootCmd.Flags().BoolP("slowPolling", "", false,
"Enables polling for unfiltered network updates with RSA signatures")
viper.BindPFlag("slowPolling",
rootCmd.Flags().Lookup("slowPolling"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment