removed blocked list refresh from startup flow for testing
This commit is contained in:
parent
ad23708cd6
commit
65f90270e6
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -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]) => {
|
||||||
|
|
Loading…
Reference in a new issue