Skip to content

Commit

Permalink
fix: return
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Sep 28, 2023
1 parent e43710e commit 9f779ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storer/compact.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ func validationWork(logger log.Logger, store storage.Store, sharky *sharky.Recov
err := sharky.Read(context.Background(), item.Location, buf)
if err != nil {
logger.Warning("invalid chunk", "address", item.Address, "timestamp", time.Unix(int64(item.Timestamp), 0), "error", err)
return
}

ch := swarm.NewChunk(item.Address, buf)
Expand Down

0 comments on commit 9f779ff

Please sign in to comment.