ralexstokes / ethereum-consensus

Apache License 2.0
136 stars 51 forks source link

drop unnecessary `verify_signature` #386

Closed ralexstokes closed 4 months ago

ralexstokes commented 4 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