mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-10 13:19:04 +00:00
blockmanager start/stop obsolete
This commit is contained in:
parent
7b39cc83cc
commit
e77b720ead
1 changed files with 0 additions and 2 deletions
|
|
@ -194,7 +194,6 @@ func (s *Ethereum) Start(seed bool) error {
|
|||
return err
|
||||
}
|
||||
s.blockPool.Start()
|
||||
s.blockManager.Start()
|
||||
|
||||
go s.filterLoop()
|
||||
|
||||
|
|
@ -244,7 +243,6 @@ func (s *Ethereum) Stop() {
|
|||
s.RpcServer.Stop()
|
||||
}
|
||||
s.txPool.Stop()
|
||||
s.blockManager.Stop()
|
||||
s.eventMux.Stop()
|
||||
s.blockPool.Stop()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue