Commit 5cb5df00 authored by obscuren's avatar obscuren

eth: start tx pool in a goroutine

parent 498b2427
...@@ -379,7 +379,7 @@ func (s *Ethereum) Start() error { ...@@ -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()
......
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