eth: start tx pool in a goroutine

This commit is contained in:
obscuren 2015-04-21 22:02:56 +02:00
parent 498b24270a
commit 5cb5df003d
1 changed files with 1 additions and 1 deletions

View File

@ -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()