From 111dff24ea516080cdb2edfd677ce46a878bf10d Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Fri, 16 Aug 2024 11:28:17 -0500 Subject: [PATCH] Improve comment --- src/eip7594/eip7594.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eip7594/eip7594.c b/src/eip7594/eip7594.c index 79de23ac..8aaffed2 100644 --- a/src/eip7594/eip7594.c +++ b/src/eip7594/eip7594.c @@ -551,7 +551,7 @@ static C_KZG_RET compute_commitment_to_aggregated_interpolation_poly( /* Interpolate each column */ for (size_t i = 0; i < CELLS_PER_EXT_BLOB; i++) { - /* We only care about initialized cells */ + /* We can skip columns without any cells */ if (!is_cell_used[i]) continue; /* Offset to the first cell for this column */