1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-13 07:11:19 +00:00

add tx_indexer to NodeInfo

This commit is contained in:
Ethan Buchman 2017-04-13 14:18:20 -04:00
parent df35989742
commit 90d1ed87fd

@ -376,6 +376,7 @@ func makeNodeInfo(config cfg.Config, sw *p2p.Switch, privKey crypto.PrivKeyEd255
cmn.Fmt("p2p_version=%v", p2p.Version),
cmn.Fmt("consensus_version=%v", consensus.Version),
cmn.Fmt("rpc_version=%v/%v", rpc.Version, rpccore.Version),
cmn.Fmt("tx_indexer=%v", config.GetString("tx_indexer")),
},
}