This commit is contained in:
jejolare 2025-04-29 17:47:03 +07:00
parent 62d22cf43c
commit 64e10cd321

View file

@ -1501,6 +1501,9 @@ async function waitForDb() {
const syncBlocks = async () => {
console.log('Sync block called');
try {
// await syncPrevBlocksTnxKeepers(lastBlock.height);
@ -1776,6 +1779,8 @@ async function waitForDb() {
const getInfoTimer = async () => {
console.log('Called git info timer');
if (!state.now_delete_offers) {
try {
const response = await get_info();