mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
fix: set ethapi in handler
This commit is contained in:
parent
9513da48e2
commit
a159bf7597
1 changed files with 1 additions and 0 deletions
|
|
@ -307,6 +307,7 @@ func New(stack *node.Node, config *ethconfig.Config) (*Ethereum, error) {
|
|||
BloomCache: uint64(cacheLimit),
|
||||
EventMux: eth.eventMux,
|
||||
RequiredBlocks: config.RequiredBlocks,
|
||||
EthAPI: blockChainAPI,
|
||||
checker: checker,
|
||||
enableBlockTracking: eth.config.EnableBlockTracking,
|
||||
}); err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue