This commit is contained in:
jejolare 2025-04-29 17:41:41 +07:00
parent 35f0ec82b1
commit 62d22cf43c

View file

@ -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}`);
}