fix post-block advanced gbt call

This commit is contained in:
Mononaut 2022-12-03 12:11:21 +09:00
parent e54e896e56
commit 79f6ae3b6f
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -468,7 +468,7 @@ class WebsocketHandler {
}
if (config.MEMPOOL.ADVANCED_GBT_MEMPOOL) {
await mempoolBlocks.makeBlockTemplates(_memPool, 2);
await mempoolBlocks.makeBlockTemplates(_memPool, 8, null, true);
} else {
mempoolBlocks.updateMempoolBlocks(_memPool);
}