eth: start tx pool in a goroutine
This commit is contained in:
parent
498b24270a
commit
5cb5df003d
@ -379,7 +379,7 @@ func (s *Ethereum) Start() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Start services
|
// Start services
|
||||||
s.txPool.Start()
|
go s.txPool.Start()
|
||||||
|
|
||||||
if s.whisper != nil {
|
if s.whisper != nil {
|
||||||
s.whisper.Start()
|
s.whisper.Start()
|
||||||
|
Loading…
Reference in New Issue
Block a user