mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
core: gofmt
This commit is contained in:
parent
2d6a0e8007
commit
c2c24ea183
1 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ func (p *StateProcessor) Process(ctx context.Context, block *types.Block, stated
|
|||
func postExecution(ctx context.Context, config *params.ChainConfig, block *types.Block, allLogs []*types.Log, evm *vm.EVM) (requests [][]byte, err error) {
|
||||
_, _, spanEnd := telemetry.StartSpan(ctx, "core.postExecution")
|
||||
defer spanEnd(&err)
|
||||
|
||||
|
||||
// Read requests if Prague is enabled.
|
||||
if config.IsPrague(block.Number(), block.Time()) {
|
||||
var requests [][]byte
|
||||
|
|
@ -152,7 +152,7 @@ func postExecution(ctx context.Context, config *params.ChainConfig, block *types
|
|||
return nil, fmt.Errorf("failed to process consolidation queue: %w", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return requests, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue