Commit 098136b6 authored by zelig's avatar zelig

ethereum logs server started/stopped message

parent 782f7804
......@@ -362,6 +362,7 @@ func (s *Ethereum) Start(seed bool) {
if seed {
s.Seed()
}
ethlogger.Infoln("Server started")
}
func (s *Ethereum) Seed() {
......@@ -449,6 +450,7 @@ func (s *Ethereum) Stop() {
s.txPool.Stop()
s.stateManager.Stop()
ethlogger.Infoln("Server stopped")
close(s.shutdownChan)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment