mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 03:31:42 +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