Skip to content

Commit f6ef0ab

Browse files
author
Jayash Satolia
committed
Fix
1 parent 6502eb2 commit f6ef0ab

File tree

1 file changed

+1
-1
lines changed
  • code/go/0chain.net/blobbercore/challenge

1 file changed

+1
-1
lines changed

code/go/0chain.net/blobbercore/challenge/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func commitOnChainWorker(ctx context.Context) {
199199
return err
200200
})
201201

202-
if err != nil && txn != nil {
202+
if txn != nil {
203203
wg.Add(1)
204204
go func(challenge *ChallengeEntity) {
205205
defer func() {

0 commit comments

Comments
 (0)