fix comment

This commit is contained in:
Anton Kaliaev
2018-03-19 19:54:11 +03:00
parent 830bb72d6f
commit 460599ef75

View File

@@ -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'