Skip to content

Commit d458fa8

Browse files
committed
refactor(transaction_processing.go): remove outdated comment about Plan B memory expansion
1 parent 73405a9 commit d458fa8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/processor/transaction/structlog_agg/transaction_processing.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ func (p *Processor) ProcessTransaction(ctx context.Context, block execution.Bloc
133133
// Before processing parent CALL: detect precompile and compute gas split.
134134
// Precompile gas = gasSelf minus CALL overhead (warm access cost = 100).
135135
// Precompiles are always warm (EIP-2929 pre-warms them).
136-
// Note: using overhead=100 (warm access only). When Plan B adds memory
137-
// expansion data, this should be refined to overhead=100+memExp.
138136
effectiveGasSelf := gasSelf[i]
139137

140138
var precompileGas uint64

0 commit comments

Comments
 (0)