mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
Update verkle_witness_test.go
This commit is contained in:
parent
aa66069101
commit
1fd0204d60
1 changed files with 1 additions and 1 deletions
|
|
@ -1048,7 +1048,7 @@ func TestProcessVerkleSelfDestructInSameTxWithSelfBeneficiaryAndPrefundedAccount
|
|||
contract = crypto.CreateAddress(deployer, 0)
|
||||
)
|
||||
// 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.
|
||||
// TODO(gballet) revisit after the spec has been modified.
|
||||
gspec.Alloc[contract] = types.Account{
|
||||
|
|
|
|||
Loading…
Reference in a new issue