1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

src/api/eosio-contract.go: remove comment.

This commit is contained in:
Henrik Hautakoski 2022-08-17 11:19:11 +02:00
parent ccd6cb46d2
commit 513beee79a
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -30,8 +30,6 @@ func (e EosioContract) LogInfo() LogParams {
}
}
// check_api - Validates head block time.
// ---------------------------------------------------------
func (e EosioContract) Call() (agentcheck.Response, string) {
h, err := e.client.GetHealth()