mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 09:41:38 +00:00
add git commit hash to nodeInfo
This commit is contained in:
@ -31,9 +31,7 @@ func Status() (*ctypes.ResponseStatus, error) {
|
||||
}
|
||||
|
||||
return &ctypes.ResponseStatus{
|
||||
Moniker: config.GetString("moniker"),
|
||||
ChainID: config.GetString("chain_id"),
|
||||
Version: config.GetString("version"),
|
||||
NodeInfo: p2pSwitch.NodeInfo(),
|
||||
GenesisHash: genesisHash,
|
||||
PubKey: privValidator.PubKey,
|
||||
LatestBlockHash: latestBlockHash,
|
||||
|
Reference in New Issue
Block a user