Skip to content

Commit 2623dd0

Browse files
committed
Fix floodsub config roundtrip test
1 parent b4747b3 commit 2623dd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rolling-shutter/p2p/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func (c *Config) SetDefaultValues() error {
6464
c.ListenAddresses = defaultListenAddrs
6565
c.Environment = env.EnvironmentProduction
6666
c.FloodSubDiscovery.Interval = 10
67+
c.FloodSubDiscovery.Topics = []string{}
6768
return nil
6869
}
6970

0 commit comments

Comments
 (0)