mirror of
https://github.com/mempool/mempool.git
synced 2026-08-16 13:00:49 +02:00
fix chaintip lookup in $classifyBlocks
This commit is contained in:
parent
00a046ed55
commit
39020aa499
1 changed files with 1 additions and 2 deletions
|
|
@ -582,8 +582,7 @@ class Blocks {
|
|||
return;
|
||||
}
|
||||
|
||||
const blockchainInfo = await bitcoinClient.getBlockchainInfo();
|
||||
const currentBlockHeight = blockchainInfo.blocks;
|
||||
const currentBlockHeight = this.getCurrentBlockHeight();
|
||||
|
||||
const targetSummaryVersion: number = 1;
|
||||
const targetTemplateVersion: number = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue