Adding use-case libraries

This commit is contained in:
Chris Troutner
2026-06-03 12:00:11 -07:00
parent 1bac9ff32f
commit 12748eeac0
18 changed files with 314 additions and 21 deletions
+1 -1
View File
@@ -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)
}