Skip to content

Commit

Permalink
Refactor the reset snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Sep 4, 2024
1 parent c5b2cc0 commit 918dc9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion turbo/snapshotsync/freezeblocks/block_snapshots.go
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,6 @@ func ForEachHeader(ctx context.Context, s *RoSnapshots, walker func(header *type
word, _ = g.Next(word[:0])
var header types.Header
r.Reset(word[1:])
log.Info(sn.FileName())
if err := rlp.Decode(r, &header); err != nil {
return err
}
Expand Down

0 comments on commit 918dc9a

Please sign in to comment.