mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-28 16:22:15 +00:00
log chainID on startup
This commit is contained in:
parent
af5b763112
commit
9dba060e25
@ -141,7 +141,7 @@ func NewNode() *Node {
|
|||||||
|
|
||||||
// Call Start() after adding the listeners.
|
// Call Start() after adding the listeners.
|
||||||
func (n *Node) Start() {
|
func (n *Node) Start() {
|
||||||
log.Info("Starting Node")
|
log.Info("Starting Node", "chainID", config.GetString("chain_id"))
|
||||||
n.book.Start()
|
n.book.Start()
|
||||||
n.sw.SetNodeInfo(makeNodeInfo(n.sw))
|
n.sw.SetNodeInfo(makeNodeInfo(n.sw))
|
||||||
n.sw.Start()
|
n.sw.Start()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user