mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 23:57:23 +00:00
eth: start tx pool in a goroutine
This commit is contained in:
parent
498b24270a
commit
5cb5df003d
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ func (s *Ethereum) Start() error {
|
|||
}
|
||||
|
||||
// Start services
|
||||
s.txPool.Start()
|
||||
go s.txPool.Start()
|
||||
|
||||
if s.whisper != nil {
|
||||
s.whisper.Start()
|
||||
|
|
|
|||
Loading…
Reference in a new issue