Skip to content

Commit

Permalink
my own comment
Browse files Browse the repository at this point in the history
  • Loading branch information
krish-nr committed Sep 20, 2023
1 parent ca83786 commit 9df320d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/downloader/skeleton.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func (s *skeleton) sync(head *types.Header) (*types.Header, error) {
rawdb.HasBody(s.db, s.progress.Subchains[0].Next, s.scratchHead) &&
rawdb.HasReceipts(s.db, s.progress.Subchains[0].Next, s.scratchHead)
if linked {
s.filler.resume()
s.filler.resume() //走的beaconsync
}
defer func() {
if filled := s.filler.suspend(); filled != nil {
Expand Down

0 comments on commit 9df320d

Please sign in to comment.