mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +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
|
rules := config.Rules(number, true, time) // IsMerge is always true
|
||||||
// Read requests if Prague is enabled.
|
// Read requests if Prague is enabled.
|
||||||
if config.IsPrague(number, time) {
|
if config.IsPrague(number, time) {
|
||||||
|
|
||||||
requests = [][]byte{}
|
requests = [][]byte{}
|
||||||
// EIP-6110
|
// EIP-6110
|
||||||
if err := ParseDepositLogs(&requests, allLogs, config); err != nil {
|
if err := ParseDepositLogs(&requests, allLogs, config); err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue