Browse Source

fix comment

pull/1337/head
Anton Kaliaev 6 years ago
parent
commit
460599ef75
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      rpc/core/health.go

+ 2
- 1
rpc/core/health.go 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'


Loading…
Cancel
Save