Skip to content

Commit

Permalink
fix: break => continue
Browse files Browse the repository at this point in the history
  • Loading branch information
classicalliu committed Oct 26, 2019
1 parent d14802b commit 05ae69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neuron-wallet/src/services/indexer/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default class IndexerQueue {
addresses: [address],
url: this.url,
})
break
continue
}

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

0 comments on commit 05ae69e

Please sign in to comment.