add tx_indexer to NodeInfo

This commit is contained in:
Ethan Buchman 2017-04-13 14:18:20 -04:00
parent df35989742
commit 90d1ed87fd
1 changed files with 1 additions and 0 deletions

View File

@ -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")),
},
}