From 460599ef75539dff5f3cb5352254426e98283532 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Mon, 19 Mar 2018 19:54:11 +0300 Subject: [PATCH] fix comment --- rpc/core/health.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpc/core/health.go b/rpc/core/health.go index dd71b4a91..ab2ceb16b 100644 --- a/rpc/core/health.go +++ b/rpc/core/health.go @@ -4,7 +4,8 @@ import ( ctypes "github.com/tendermint/tendermint/rpc/core/types" ) -// Get node health. Checks whether new blocks are created. +// Get node health. Returns empty result (200 OK) on success, no response - in +// case of an error. // // ```shell // curl 'localhost:46657/health'