diff --git a/src/api/eosio-contract.go b/src/api/eosio-contract.go index c18d389..ddc3e12 100644 --- a/src/api/eosio-contract.go +++ b/src/api/eosio-contract.go @@ -55,7 +55,7 @@ func (e EosioContract) Call() (haproxy.HealthCheckStatus, string) { // Check redis if h.Data.Redis.Status != "OK" { return haproxy.HealthCheckDown, - fmt.Sprintf("Taking offline because Redis reported '%s'", h.Data.Postgres.Status) + fmt.Sprintf("Taking offline because Redis reported '%s'", h.Data.Redis.Status) } // Validate head block.