ralexstokes / ethereum-consensus

Apache License 2.0
136 stars 53 forks source link

drop unnecessary `verify_signature` #386

Closed ralexstokes closed 6 months ago

ralexstokes commented 6 months ago

this function exists to help with mutability issues that mandated by the previous HashTreeRoot impl that demanded a mut& to the data to sign over

now that this requirement has been removed, we can get rid of this function