This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Commit 6bd7737
committed
ABC: add missing chain_context arg to VirtualMachineAPI's constructor.
This silences `mypy` error:
eth/chains/base.py:250: error: Unexpected keyword argument "chain_context" for "VirtualMachineAPI"
eth/abc.py:2270: note: "VirtualMachineAPI" defined here
This change has been copy-pasted from the previous PR.
I would've cherry-picked it in, but since then the constructor
has changed, adding in `consensus_context`, too.
Anyway, here's the previous PR's commit:
97cc8db1 parent 65d2c4a commit 6bd7737
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2481 | 2481 | | |
2482 | 2482 | | |
2483 | 2483 | | |
| 2484 | + | |
2484 | 2485 | | |
2485 | 2486 | | |
2486 | 2487 | | |
| |||
0 commit comments