fix: remove temp code

Co-authored-by: Gaze <dev@gaze.network>
This commit is contained in:
Gaze
2024-04-16 00:08:20 +07:00
parent f92dbbbd78
commit d0dfff9dc0

View File

@@ -43,10 +43,6 @@ func (i *BitcoinIndexer) Run(ctx context.Context) (err error) {
slog.String("datasource", i.Datasource.Name()),
)
if ctx != nil {
return nil
}
// set to -1 to start from genesis block
i.currentBlock, err = i.Processor.CurrentBlock(ctx)
if err != nil {