Update verkle_witness_test.go

This commit is contained in:
Maxim Evtush 2025-04-28 08:27:28 +02:00 committed by GitHub
parent aa66069101
commit 1fd0204d60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1048,7 +1048,7 @@ func TestProcessVerkleSelfDestructInSameTxWithSelfBeneficiaryAndPrefundedAccount
contract = crypto.CreateAddress(deployer, 0) contract = crypto.CreateAddress(deployer, 0)
) )
// Prefund the account, at an address that the contract will be deployed at, // Prefund the account, at an address that the contract will be deployed at,
// before it selfdestrucs. We can therefore check that the account itseld is // before it selfdestructs. We can therefore check that the account itself is
// NOT destroyed, which is what the current version of the spec requires. // NOT destroyed, which is what the current version of the spec requires.
// TODO(gballet) revisit after the spec has been modified. // TODO(gballet) revisit after the spec has been modified.
gspec.Alloc[contract] = types.Account{ gspec.Alloc[contract] = types.Account{