Skip to content

Commit

Permalink
Fix active check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Jul 23, 2024
1 parent aac7040 commit 23cbcd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/go/0chain.net/blobbercore/handler/health.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ func BlobberHealthCheck() (*transaction.Transaction, error) {
return nil, err
}

setBlobberHealthCheckError(nil)

return txn, nil
}

Expand Down

0 comments on commit 23cbcd4

Please sign in to comment.