ethereum / go-verkle

A go implementation of Verkle trees
The Unlicense
210 stars 64 forks source link

LeafNode Copy() fix #403

Closed jsign closed 1 year ago

jsign commented 1 year ago

The new field from #400 was missing in the Copy() function, creating some problems when building the stateless state tree. (i.e: when we use Copy() for pre-post state trees in Geth).