Skip to content

Commit

Permalink
remove relayedTxIds
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed Oct 7, 2024
1 parent b93a425 commit f5eccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orchestrator/src/services/relayer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ class RelayerService implements RelayerInterface {
}
}

async scanTxsFromMempools(relayed: Object) {
async scanTxsFromMempools(relayed: { [txid: string]: boolean }) {
try {
let mempoolTxs = await this.btcClient.getrawmempool();
const txChunks = chunkArray(mempoolTxs, SCAN_MEMPOOL_CHUNK_SIZE);
Expand Down

0 comments on commit f5eccd6

Please sign in to comment.