eth/tracers/internal: minor nits

This commit is contained in:
lightclient 2026-01-16 15:06:41 -07:00
parent 070c3ee238
commit cfdcfafbbb
No known key found for this signature in database
GPG key ID: 657913021EF45A6A
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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()