Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Oct 23, 2024
1 parent 6502eb2 commit f6ef0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/go/0chain.net/blobbercore/challenge/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func commitOnChainWorker(ctx context.Context) {
return err
})

if err != nil && txn != nil {
if txn != nil {
wg.Add(1)
go func(challenge *ChallengeEntity) {
defer func() {
Expand Down

0 comments on commit f6ef0ab

Please sign in to comment.