Browse Source

add tx_indexer to NodeInfo

pull/412/head
Ethan Buchman 8 years ago
parent
commit
90d1ed87fd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      node/node.go

+ 1
- 0
node/node.go 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")),
},
}


Loading…
Cancel
Save