diff --git a/commonspace/spaceservice.go b/commonspace/spaceservice.go index 2915bd0c..664b3e1e 100644 --- a/commonspace/spaceservice.go +++ b/commonspace/spaceservice.go @@ -170,7 +170,7 @@ func (s *spaceService) getSpaceStorageFromRemote(ctx context.Context, id string) return } - p, err = s.pool.DialOneOf(ctx, lastConfiguration.NodeIds(id)) + p, err = s.pool.GetOneOf(ctx, lastConfiguration.NodeIds(id)) if err != nil { return }