mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
parent
cbc5d67f62
commit
95d3d0feaf
1 changed files with 1 additions and 1 deletions
|
|
@ -248,8 +248,8 @@ class Bisq {
|
|||
const data: BisqBlocks = await this.jsonParsePool.exec(cacheData);
|
||||
if (data.blocks && data.blocks.length !== this.allBlocks.length) {
|
||||
this.allBlocks = data.blocks;
|
||||
this.allBlocks.reverse();
|
||||
this.blocks = this.allBlocks.filter((block) => block.txs.length > 0);
|
||||
this.blocks.reverse();
|
||||
this.latestBlockHeight = data.chainHeight;
|
||||
const time = new Date().getTime() - start;
|
||||
logger.debug('Bisq dump processed in ' + time + ' ms (worker thread)');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue