mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
update backend
This commit is contained in:
parent
554f07b16e
commit
9db4a14176
1 changed files with 0 additions and 1 deletions
|
|
@ -370,7 +370,6 @@ func New(config *Config) (*Expanse, error) {
|
|||
}
|
||||
exp.txPool = core.NewTxPool(exp.EventMux(), exp.chainManager.State, exp.chainManager.GasLimit)
|
||||
|
||||
<<<<<<< HEAD:exp/backend.go
|
||||
exp.blockProcessor = core.NewBlockProcessor(chainDb, exp.pow, exp.chainManager, exp.EventMux())
|
||||
exp.chainManager.SetProcessor(exp.blockProcessor)
|
||||
exp.protocolManager = NewProtocolManager(config.NetworkId, exp.eventMux, eth.txPool, exp.pow, exp.chainManager)
|
||||
|
|
|
|||
Loading…
Reference in a new issue