Skip to content

Commit

Permalink
fix channel being close twice
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Oct 4, 2023
1 parent 5b7dc5e commit 712ac73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accountresolver/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ func (p *Processor) processMergeBlocksFiles(ctx context.Context, cursor *Cursor,
panic(fmt.Errorf("storing cursor at block %d: %w", out.cursor.slotNum, err))
}
out.stats.Log(p.logger)
out.bundleReader.Close()
}
}()

Expand Down

0 comments on commit 712ac73

Please sign in to comment.