Skip to content

Commit

Permalink
Remove leftover _eventAdapter from EdrProviderWrapper
Browse files Browse the repository at this point in the history
Seems to be a leftover from #4747 and it looks to be unused now as we create a new instance of `EdrProviderEventAdapter` explicitly in `create()` and move it into lambda.

Feel free to disregard if that's not true and/or we want to keep it.
  • Loading branch information
Xanewok committed Jun 17, 2024
1 parent b7751c5 commit 6d235b1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ export class EdrProviderWrapper
private readonly _node: {
_vm: MinimalEthereumJsVm;
},
private readonly _eventAdapter: EdrProviderEventAdapter,
private readonly _vmTraceDecoder: VmTraceDecoder,
private readonly _rawTraceCallbacks: RawTraceCallbacks,
// The common configuration for EthereumJS VM is not used by EDR, but tests expect it as part of the provider.
Expand Down Expand Up @@ -323,7 +322,6 @@ export class EdrProviderWrapper
const wrapper = new EdrProviderWrapper(
provider,
minimalEthereumJsNode,
eventAdapter,
vmTraceDecoder,
rawTraceCallbacks,
common,
Expand Down

0 comments on commit 6d235b1

Please sign in to comment.