gballet / go-ethereum

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
23 stars 13 forks source link

witness: fix code touching if size is zero #486

Closed jsign closed 2 months ago

jsign commented 2 months ago

If size is zero, we were touching at least one chunk which is incorrect.