ethereum / py-evm

A Python implementation of the Ethereum Virtual Machine
https://py-evm.readthedocs.io/en/latest/
MIT License
2.26k stars 650 forks source link

fix doc typo for `validate_block` function #2118

Closed tcoratger closed 1 year ago

tcoratger commented 1 year ago

What was wrong?

Simple typo fix.

pacrob commented 1 year ago

Thanks, @tcoratger !