fix comment

This commit is contained in:
Anton Kaliaev 2018-03-19 19:54:11 +03:00
parent 830bb72d6f
commit 460599ef75
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 2 additions and 1 deletions

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'