happy lint, happy life

This commit is contained in:
MariusVanDerWijden 2026-06-15 21:41:14 +02:00
parent fba2bf7f92
commit 7a1fbe0e85
No known key found for this signature in database

View file

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