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 a501cdf + b8e5940 commit d55b104Copy full SHA for d55b104
code/go/0chain.net/blobbercore/challenge/worker.go
@@ -49,7 +49,6 @@ func SubmitProcessedChallenges(ctx context.Context) error {
49
case <-ctx.Done():
50
return ctx.Err()
51
default:
52
- Logger.Info("Attempting to commit processed challenges...")
53
rctx := datastore.GetStore().CreateTransaction(ctx)
54
db := datastore.GetStore().GetTransaction(rctx)
55
//lastChallengeRedeemed := &ChallengeEntity{}
0 commit comments