Skip to content

Commit e692661

Browse files
Copilotjulienrbrt
andcommitted
Clarify PruneExecMeta comment
Co-authored-by: julienrbrt <29894366+julienrbrt@users.noreply.github.com>
1 parent 966cfc7 commit e692661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

execution/evm/execution.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func NewEngineExecutionClient(
268268

269269
// PruneExecMeta removes execution metadata at the given height.
270270
// It is used by the block pruner to delete historical exec meta entries.
271-
// Returns nil if no store is configured.
271+
// Returns a nil error if no store is configured.
272272
func (c *EngineClient) PruneExecMeta(ctx context.Context, height uint64) error {
273273
if c.store == nil {
274274
return nil

0 commit comments

Comments
 (0)