mirror of
https://github.com/alexgo-io/gaze-indexer.git
synced 2026-04-30 04:35:13 +08:00
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user