mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
fix post-block advanced gbt call
This commit is contained in:
parent
e54e896e56
commit
79f6ae3b6f
@ -468,7 +468,7 @@ class WebsocketHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (config.MEMPOOL.ADVANCED_GBT_MEMPOOL) {
|
if (config.MEMPOOL.ADVANCED_GBT_MEMPOOL) {
|
||||||
await mempoolBlocks.makeBlockTemplates(_memPool, 2);
|
await mempoolBlocks.makeBlockTemplates(_memPool, 8, null, true);
|
||||||
} else {
|
} else {
|
||||||
mempoolBlocks.updateMempoolBlocks(_memPool);
|
mempoolBlocks.updateMempoolBlocks(_memPool);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user