debug
This commit is contained in:
parent
724abc5747
commit
f61ae97eef
1 changed files with 2 additions and 0 deletions
|
|
@ -1249,7 +1249,9 @@ export const io = new Server(server, { transports: ['websocket', 'polling'] });
|
|||
|
||||
if (localBlocks.length && lastBlock.tx_id === localBlocks[0].prev_id) {
|
||||
state.block_array = localBlocks;
|
||||
console.time('sync transactions time:')
|
||||
await syncTransactions();
|
||||
console.timeEnd('sync transactions time:')
|
||||
|
||||
if (lastBlock.height >= (blockInfo?.height || 0) - 1) {
|
||||
state.now_blocks_sync = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue