Skip to content

Commit

Permalink
Merge pull request #1462 from 0chain/fix/active-check
Browse files Browse the repository at this point in the history
Fix active check
  • Loading branch information
dabasov authored Jul 23, 2024
2 parents aac7040 + 23cbcd4 commit 3cb6f8f
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 3cb6f8f

Please sign in to comment.