debug
This commit is contained in:
parent
62d22cf43c
commit
64e10cd321
1 changed files with 5 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue