mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-24 23:46:17 +00:00
happy lint, happy life
This commit is contained in:
parent
fba2bf7f92
commit
7a1fbe0e85
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue