From d71a99029f6659077e0ac78badcba11e409fdd2b Mon Sep 17 00:00:00 2001 From: Rez Date: Sun, 2 Mar 2025 08:45:19 +1100 Subject: [PATCH] Update simulate.go --- internal/ethapi/simulate.go | 1 - 1 file changed, 1 deletion(-) 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) {