Skip to content

Commit 42b65a3

Browse files
committed
fix: bzz get feed upload by wrapped chunk
1 parent 3231c58 commit 42b65a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/bzz.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ FETCH:
426426
jsonhttp.NotFound(w, "no update found")
427427
return
428428
}
429-
wc, err := feeds.GetWrappedChunk(ctx, s.storer.Download(cache), ch, true)
429+
wc, err := feeds.GetWrappedChunk(ctx, s.storer.Download(cache), ch, false)
430430
if err != nil {
431431
logger.Debug("bzz download: mapStructure feed update failed", "error", err)
432432
logger.Error(nil, "bzz download: mapStructure feed update failed")

0 commit comments

Comments
 (0)