Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
goalongway committed Aug 28, 2024
1 parent c8e18f9 commit f91d429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listener/internal/serves/listener/bitcoin/bitcoin.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (l *BitcoinListener) handleTask(task models.SyncTask) error {
//l.logger.Infof("bitcoin indexer parsed currentBlock, i)
//bis.log.Infow("bitcoin indexer parsed", "currentBlock", i,
// "currentTxIndex", currentTxIndex, "latestBlock", latestBlock)
time.Sleep(time.Millisecond * time.Duration(l.config.BlockInterval))
//time.Sleep(time.Millisecond * time.Duration(l.config.BlockInterval))
}
}
return nil
Expand Down

0 comments on commit f91d429

Please sign in to comment.