We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d85d41 + 8593ba2 commit e1543b4Copy full SHA for e1543b4
code/go/0chain.net/blobbercore/writemarker/worker.go
@@ -256,7 +256,7 @@ func tryAgain(md *markerData) {
256
257
// Can add more cases where we don't want to retry
258
func retryRedeem(errString string) bool {
259
- return !strings.Contains(errString, "value not present") || !strings.Contains(errString, "Blobber is not part of the allocation")
+ return !strings.Contains(errString, "value not present") && !strings.Contains(errString, "Blobber is not part of the allocation")
260
}
261
262
func startCollector(ctx context.Context) {
0 commit comments