Skip to content

Commit

Permalink
fix: set ethapi in handler
Browse files Browse the repository at this point in the history
  • Loading branch information
anshalshukla committed Sep 4, 2024
1 parent 9513da4 commit a159bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a159bf7

Please sign in to comment.