Skip to content

Commit 05ae69e

Browse files
committed
fix: break => continue
1 parent d14802b commit 05ae69e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/neuron-wallet/src/services/indexer

packages/neuron-wallet/src/services/indexer/queue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default class IndexerQueue {
191191
addresses: [address],
192192
url: this.url,
193193
})
194-
break
194+
continue
195195
}
196196

197197
logger.debug('indexer fetched tx:', type, txPoint.txHash)

0 commit comments

Comments
 (0)