py-evm
py-evm copied to clipboard
Remove the genesis_parent_hash param in header db methods
What is wrong?
It gets passed around a lot, and my intuition is that it's not necessary (or, won't be, after #1930 is merged).
How can it be fixed
Verify that it's not necessary, then stop passing it around.