mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 11:46:44 +00:00
eth/tracers/internal: minor nits
This commit is contained in:
parent
070c3ee238
commit
cfdcfafbbb
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2024 The go-ethereum Authors
|
||||
// Copyright 2025 The go-ethereum Authors
|
||||
// This file is part of the go-ethereum library.
|
||||
//
|
||||
// The go-ethereum library is free software: you can redistribute it and/or modify
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ object "FactorySelfDestructBalanceCheck" {
|
|||
pop(call(gas(), contractAddr, 50, 0, 0, 0, 0))
|
||||
|
||||
// Check balance again after sending funds
|
||||
// Store in slot 1 to verify it's 50 (new funds not burnt)
|
||||
// Store in slot 1 to verify it's 0 (funds sent to destroyed contract are burnt)
|
||||
sstore(1, balance(contractAddr))
|
||||
|
||||
stop()
|
||||
|
|
|
|||
Loading…
Reference in a new issue