mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-indexer.git
synced 2026-09-21 16:52:02 -07:00
Adding use-case libraries
This commit is contained in:
@@ -52,7 +52,7 @@ async function start () {
|
||||
}
|
||||
|
||||
try {
|
||||
await useCases.indexBlocks.processMemoTx(tx, blockHeight + 1)
|
||||
await useCases.indexBlocks.processMemoTx(tx, blockHeight + 1, Date.now())
|
||||
} catch (err) {
|
||||
console.error(`Error indexing mempool tx ${tx}:`, err.message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user