mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
fix linter
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
This commit is contained in:
parent
4b43baf084
commit
0f0bf1749a
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue