ethereum / execution-specs

Specification for the Execution Layer. Tracking network upgrades.
Creative Commons Zero v1.0 Universal
806 stars 222 forks source link

handle `to` address in transaction being None #952

Closed gurukamath closed 1 month ago

gurukamath commented 1 month ago

What was wrong?

t8n does not handle the case where None is provided for the to field.

How was it fixed?

Set to to empty string in case None is provided.