From 7a1fbe0e85762844d8b22b834568993cda5a0da8 Mon Sep 17 00:00:00 2001 From: MariusVanDerWijden Date: Mon, 15 Jun 2026 21:41:14 +0200 Subject: [PATCH] happy lint, happy life --- core/state_processor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state_processor.go b/core/state_processor.go index 086281b584..5b81abef6f 100644 --- a/core/state_processor.go +++ b/core/state_processor.go @@ -170,7 +170,6 @@ func PostExecution(ctx context.Context, config *params.ChainConfig, number *big. rules := config.Rules(number, true, time) // IsMerge is always true // Read requests if Prague is enabled. if config.IsPrague(number, time) { - requests = [][]byte{} // EIP-6110 if err := ParseDepositLogs(&requests, allLogs, config); err != nil {