ethereum / go-verkle

A go implementation of Verkle trees
The Unlicense
209 stars 63 forks source link

proof: fix statediff copy bug #406

Closed jsign closed 10 months ago

jsign commented 10 months ago

The Copy() function missed copying the newValue field.

When merged, I'll create a PR in geth kaustinen branch to update go-verkle.