From 65a48f9cd8461917d8047b1cd4901d068b61ff00 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 9 Jun 2015 23:46:56 +0200 Subject: core: fixed race condition in the transaction pool Removed `Stop/Start` mechanism from the transaction pool. --- eth/backend.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'eth') diff --git a/eth/backend.go b/eth/backend.go index fcbea04a2..60e9359dc 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -466,8 +466,6 @@ func (s *Ethereum) Start() error { s.StartAutoDAG() } - // Start services - go s.txPool.Start() s.protocolManager.Start() if s.whisper != nil { @@ -513,9 +511,6 @@ func (s *Ethereum) StartForTest() { ClientString: s.net.Name, ProtocolVersion: ProtocolVersion, }) - - // Start services - s.txPool.Start() } // AddPeer connects to the given node and maintains the connection until the -- cgit v1.2.3