There was an error while loading. Please reload this page.
1 parent 65dacc0 commit 54830a5Copy full SHA for 54830a5
1 file changed
pkg/steward/steward.go
@@ -79,7 +79,7 @@ func (s *steward) Reupload(ctx context.Context, root swarm.Address, stamper post
79
}
80
81
if rLevel != redundancy.NONE {
82
- rootChunk, err := getter.Get(ctx, root)
+ rootChunk, err := replicas.NewGetter(getter, rLevel).Get(ctx, root)
83
if err != nil {
84
return errors.Join(fmt.Errorf("get root chunk for dispersed replicas: %w", err), uploaderSession.Cleanup())
85
0 commit comments