mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 04:55:18 +00:00
log chainID on startup
This commit is contained in:
@@ -141,7 +141,7 @@ func NewNode() *Node {
|
||||
|
||||
// Call Start() after adding the listeners.
|
||||
func (n *Node) Start() {
|
||||
log.Info("Starting Node")
|
||||
log.Info("Starting Node", "chainID", config.GetString("chain_id"))
|
||||
n.book.Start()
|
||||
n.sw.SetNodeInfo(makeNodeInfo(n.sw))
|
||||
n.sw.Start()
|
||||
|
||||
Reference in New Issue
Block a user