mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
add version/block/config to Info. add header to BeginBlock
This commit is contained in:
@@ -191,7 +191,7 @@ func cmdEcho(c *cli.Context) error {
|
||||
|
||||
// Get some info from the application
|
||||
func cmdInfo(c *cli.Context) error {
|
||||
res := client.InfoSync()
|
||||
res, _, _, _ := client.InfoSync()
|
||||
printResponse(c, res, string(res.Data), false)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user