fix(closing): another part of closing fixes
This commit is contained in:
@ -833,13 +833,10 @@ module.exports = function (send, recive, dataDirectory, version, env)
|
||||
}))
|
||||
})
|
||||
|
||||
if(!this.preventNetworkOnExit)
|
||||
{
|
||||
await Promise.all([
|
||||
saveBootstrapPeers('api.myjson.com', '/bins/1e5rmh'),
|
||||
saveBootstrapPeers('jsonblob.com', '/api/jsonBlob/013a4415-3533-11e8-8290-a901f3cf34aa')
|
||||
])
|
||||
}
|
||||
await Promise.all([
|
||||
saveBootstrapPeers('api.myjson.com', '/bins/1e5rmh'),
|
||||
saveBootstrapPeers('jsonblob.com', '/api/jsonBlob/013a4415-3533-11e8-8290-a901f3cf34aa')
|
||||
])
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user