removed blocked list refresh from startup flow for testing

This commit is contained in:
bill bittner 2018-06-28 10:44:20 -07:00
parent ad23708cd6
commit 65f90270e6

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]) => {