ssvlabs/ssv-spec

we printed errors instead of returning them

Opened this issue · 2 comments

On instance.Start()
Perhaps we should have proper errors with tests?

Originally posted by @GalRogozinski in #371 (comment)

If we propagate the error from instance.start() then it will "return instance failed to start"...
But this isn't true...
not sure how to solve this...
maybe we should just delete the prints?

I think it makes more sense that Start can return an error than print.