mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-01 04:28:37 +00:00
Merge 0cbbbf113e into d3edc58ef7
This commit is contained in:
commit
86e171e4a3
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ func PostExecution(ctx context.Context, config *params.ChainConfig, number *big.
|
||||||
return nil, nil, fmt.Errorf("failed to process withdrawal queue: %w", err)
|
return nil, nil, fmt.Errorf("failed to process withdrawal queue: %w", err)
|
||||||
}
|
}
|
||||||
// EIP-7251
|
// EIP-7251
|
||||||
if err := ProcessConsolidationQueue(&requests, rules, evm, blockAccessIndex, blockAccessList); err != nil {
|
if err := ProcessConsolidationQueue(&requests, rules, evm, blockAccessIndex+1, blockAccessList); err != nil {
|
||||||
return nil, nil, fmt.Errorf("failed to process consolidation queue: %w", err)
|
return nil, nil, fmt.Errorf("failed to process consolidation queue: %w", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue