mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-indexer.git
synced 2026-09-21 16:52:02 -07:00
Paralell processing of TXs within a block
This commit is contained in:
@@ -69,7 +69,7 @@ async function start () {
|
||||
console.log('TX indexer started.')
|
||||
|
||||
let loopCnt = 0
|
||||
let liveStatus = status
|
||||
const liveStatus = status
|
||||
do {
|
||||
let blockHeight = await queue.addToQueue(adapters.rpc.getBlockCount, {})
|
||||
const block = adapters.zmq.getBlock()
|
||||
|
||||
Reference in New Issue
Block a user