From 29f7902fee0750c571adad06bd614365ad86e8f5 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 10 Jun 2015 13:54:43 +0200 Subject: core: fixed test --- core/helper_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/helper_test.go b/core/helper_test.go index 1e0ed178b..a308153aa 100644 --- a/core/helper_test.go +++ b/core/helper_test.go @@ -6,8 +6,8 @@ import ( "github.com/ethereum/go-ethereum/core/types" // "github.com/ethereum/go-ethereum/crypto" - "github.com/ethereum/go-ethereum/ethdb" "github.com/ethereum/go-ethereum/common" + "github.com/ethereum/go-ethereum/ethdb" "github.com/ethereum/go-ethereum/event" ) @@ -76,8 +76,5 @@ func NewTestManager() *TestManager { // testManager.blockChain = NewChainManager(testManager) // testManager.stateManager = NewStateManager(testManager) - // Start the tx pool - testManager.txPool.Start() - return testManager } -- cgit