Skip to content

Commit 3cb6f8f

Browse files
authored
Merge pull request #1462 from 0chain/fix/active-check
Fix active check
2 parents aac7040 + 23cbcd4 commit 3cb6f8f

File tree

1 file changed

+2
-0
lines changed
  • code/go/0chain.net/blobbercore/handler

1 file changed

+2
-0
lines changed

code/go/0chain.net/blobbercore/handler/health.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ func BlobberHealthCheck() (*transaction.Transaction, error) {
5252
return nil, err
5353
}
5454

55+
setBlobberHealthCheckError(nil)
56+
5557
return txn, nil
5658
}
5759

0 commit comments

Comments
 (0)