diff --git a/cmd/swarm/swarm-snapshot/create.go b/cmd/swarm/swarm-snapshot/create.go index e5236b865d..155b612590 100644 --- a/cmd/swarm/swarm-snapshot/create.go +++ b/cmd/swarm/swarm-snapshot/create.go @@ -97,10 +97,6 @@ func createSnapshot(filename string, nodes int, services []string) (err error) { } sub.Unsubscribe() - if len(sim.Net.Conns) > 0 { - return errors.New("no connections should exist after just adding nodes") - } - err = sim.Net.ConnectNodesRing(nil) if err != nil { return fmt.Errorf("connect nodes: %v", err)