mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
clarify comment
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
This commit is contained in:
parent
782b8a45ea
commit
d739dc3791
1 changed files with 3 additions and 3 deletions
|
|
@ -968,9 +968,9 @@ func TestProcessVerkleSelfDestructInSameTxWithSelfBeneficiary(t *testing.T) {
|
||||||
contract = crypto.CreateAddress(deployer, 0)
|
contract = crypto.CreateAddress(deployer, 0)
|
||||||
)
|
)
|
||||||
|
|
||||||
// The goal of this test is to test SELFDESTRUCT that happens in a contract
|
// The goal of this test is to test SELFDESTRUCT that happens while executing
|
||||||
// execution which is created in **the same** transaction sending the remaining
|
// the init code of a contract creation, that occurs in **the same** transaction.
|
||||||
// balance to itself.
|
// The balance is sent to itself.
|
||||||
t.Logf("Contract: %v", contract.String())
|
t.Logf("Contract: %v", contract.String())
|
||||||
|
|
||||||
selfDestructContract := []byte{byte(vm.ADDRESS), byte(vm.SELFDESTRUCT)}
|
selfDestructContract := []byte{byte(vm.ADDRESS), byte(vm.SELFDESTRUCT)}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue