Update verkle_witness_test.go

This commit is contained in:
Ragnar 2025-04-03 01:01:57 +02:00 committed by GitHub
parent caae799397
commit 2ed3570432
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{