Tor middleware #499

Merged
bones7242 merged 16 commits from tor-middleware into master 2018-06-29 02:59:56 +02:00
Showing only changes of commit 65f90270e6 - Show all commits

View file

@ -121,8 +121,8 @@ function Server () {
logger.info(`Updating tor node list`); logger.info(`Updating tor node list`);
Promise.all([ Promise.all([
getWalletBalance(), getWalletBalance(),
updateBlockedList(), [],
updateTorList(), db.Tor.refreshTable(),
]) ])
}) })
.then(([walletBalance, updatedBlockedList, updatedTorList]) => { .then(([walletBalance, updatedBlockedList, updatedTorList]) => {