fix linter

Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
This commit is contained in:
Guillaume Ballet 2024-11-04 09:09:19 +01:00
parent 4b43baf084
commit 0f0bf1749a

View file

@ -170,8 +170,6 @@ func (t *VerkleTrie) UpdateStorage(address common.Address, key, value []byte) er
return t.root.Insert(k, v[:], t.nodeResolver) return t.root.Insert(k, v[:], t.nodeResolver)
} }
var zero32 [32]byte
// DeleteAccount leaves the account untouched, as no account deletion can happen // DeleteAccount leaves the account untouched, as no account deletion can happen
// in verkle. // in verkle.
// There is a special corner case, in which an account that is prefunded, CREATE2-d // There is a special corner case, in which an account that is prefunded, CREATE2-d