remove unintended os.Exit on connection failure

This commit is contained in:
cryptonote-social 2020-08-11 15:30:08 -07:00
parent cda4723329
commit 021568e9ad
2 changed files with 0 additions and 1 deletions

View File

@ -255,7 +255,6 @@ func connectClient() chan *client.MultiClientJob {
err := cl.DispatchJobs()
if err != nil {
crylog.Error("Job dispatcher exitted with error:", err)
os.Exit(1)
}
clMutex.Lock()
if clientAlive {