diff --git a/internal/ethapi/simulate.go b/internal/ethapi/simulate.go index 297f19b033..91abb41d83 100644 --- a/internal/ethapi/simulate.go +++ b/internal/ethapi/simulate.go @@ -262,7 +262,6 @@ func (sim *simulator) processBlock(ctx context.Context, block *simBlock, header, if sim.chainConfig.IsCancun(header.Number, header.Time) { header.BlobGasUsed = &blobGasUsed } - var requests [][]byte // Process EIP-7685 requests if sim.chainConfig.IsPrague(header.Number, header.Time) {