Skip to content

Commit 6f5726c

Browse files
committed
updates
1 parent a882360 commit 6f5726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution/evm/execution.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ func (c *EngineClient) reconcileExecutionAtHeight(ctx context.Context, height ui
740740
Uint64("height", height).
741741
Bool("block_exists", existingBlockHash != common.Hash{}).
742742
Err(elErr).
743-
Msg("ExecuteTxs: ExecMeta shows promoted but block not found in EL, will re-execute")
743+
Msg("ExecuteTxs: ExecMeta shows promoted but block not found in EL (EL in behind), will re-execute")
744744
// Fall through to fresh execution
745745
} else {
746746
// Timestamp mismatch - ExecMeta is stale from an old block that was replaced.

0 commit comments

Comments
 (0)