diff --git a/index.js b/index.js index 32d74ef1..d9358f37 100644 --- a/index.js +++ b/index.js @@ -121,8 +121,8 @@ function Server () { logger.info(`Updating tor node list`); Promise.all([ getWalletBalance(), - updateBlockedList(), - updateTorList(), + [], + db.Tor.refreshTable(), ]) }) .then(([walletBalance, updatedBlockedList, updatedTorList]) => {