ethereum / go-verkle

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

Fix Delete(...) early return #425

Closed jsign closed 9 months ago

jsign commented 9 months ago

This PR fixes a bug that appeared once in a while in the TestRandom(...) tests.