Skip to content

Commit 23cbcd4

Browse files
Fix active check
1 parent aac7040 commit 23cbcd4

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)