debug
This commit is contained in:
parent
35f0ec82b1
commit
62d22cf43c
1 changed files with 3 additions and 3 deletions
|
|
@ -1859,7 +1859,7 @@ async function waitForDb() {
|
|||
|
||||
// Pause for 10 seconds
|
||||
await pause(10000);
|
||||
await getInfoTimer();
|
||||
return getInfoTimer();
|
||||
|
||||
} catch (error) {
|
||||
log(`getInfoTimer() ERROR: ${error.message}`);
|
||||
|
|
@ -1914,8 +1914,8 @@ async function waitForDb() {
|
|||
countAltBlocksDB: altBlockCountResult
|
||||
})
|
||||
|
||||
// // Call the getInfoTimer function
|
||||
// getInfoTimer();
|
||||
// Call the getInfoTimer function
|
||||
getInfoTimer();
|
||||
} catch (error) {
|
||||
log(`Start ERROR: ${error.message}`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue