mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
core: fixup
This commit is contained in:
parent
c2c24ea183
commit
453061fdbc
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ func postExecution(ctx context.Context, config *params.ChainConfig, block *types
|
|||
|
||||
// Read requests if Prague is enabled.
|
||||
if config.IsPrague(block.Number(), block.Time()) {
|
||||
var requests [][]byte
|
||||
requests := [][]byte{}
|
||||
// EIP-6110
|
||||
if err := ParseDepositLogs(&requests, allLogs, config); err != nil {
|
||||
return nil, fmt.Errorf("failed to parse deposit logs: %w", err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue