Commit e77b720e authored by zelig's avatar zelig

blockmanager start/stop obsolete

parent 7b39cc83
...@@ -194,7 +194,6 @@ func (s *Ethereum) Start(seed bool) error { ...@@ -194,7 +194,6 @@ func (s *Ethereum) Start(seed bool) error {
return err return err
} }
s.blockPool.Start() s.blockPool.Start()
s.blockManager.Start()
go s.filterLoop() go s.filterLoop()
...@@ -244,7 +243,6 @@ func (s *Ethereum) Stop() { ...@@ -244,7 +243,6 @@ func (s *Ethereum) Stop() {
s.RpcServer.Stop() s.RpcServer.Stop()
} }
s.txPool.Stop() s.txPool.Stop()
s.blockManager.Stop()
s.eventMux.Stop() s.eventMux.Stop()
s.blockPool.Stop() s.blockPool.Stop()
......
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