mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-27 06:55:21 +00:00
core: fixed test
This commit is contained in:
parent
65a48f9cd8
commit
29f7902fee
@ -6,8 +6,8 @@ import (
|
|||||||
|
|
||||||
"github.com/ethereum/go-ethereum/core/types"
|
"github.com/ethereum/go-ethereum/core/types"
|
||||||
// "github.com/ethereum/go-ethereum/crypto"
|
// "github.com/ethereum/go-ethereum/crypto"
|
||||||
"github.com/ethereum/go-ethereum/ethdb"
|
|
||||||
"github.com/ethereum/go-ethereum/common"
|
"github.com/ethereum/go-ethereum/common"
|
||||||
|
"github.com/ethereum/go-ethereum/ethdb"
|
||||||
"github.com/ethereum/go-ethereum/event"
|
"github.com/ethereum/go-ethereum/event"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -76,8 +76,5 @@ func NewTestManager() *TestManager {
|
|||||||
// testManager.blockChain = NewChainManager(testManager)
|
// testManager.blockChain = NewChainManager(testManager)
|
||||||
// testManager.stateManager = NewStateManager(testManager)
|
// testManager.stateManager = NewStateManager(testManager)
|
||||||
|
|
||||||
// Start the tx pool
|
|
||||||
testManager.txPool.Start()
|
|
||||||
|
|
||||||
return testManager
|
return testManager
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user