aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
Diffstat (limited to 'eth')
-rw-r--r--eth/backend.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/backend.go b/eth/backend.go
index 88456e448..a2c0baf8b 100644
--- a/eth/backend.go
+++ b/eth/backend.go
@@ -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()