Skip to content

Commit cc2a777

Browse files
webmaster128chipshort
authored andcommitted
Remove obsolete comment
1 parent 089e9a6 commit cc2a777

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/vm/src/imports.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ pub fn do_bls12_381_pairing_equality<
380380
let estimated_k = estimated_n + 1;
381381

382382
let gas_info = GasInfo::with_cost(
383-
// Add one to the `estimated_point_count` since we do not include any pairs in the base
384-
// benchmark, and we always need to add one for the `r` and `s` pair.
385383
data.gas_config
386384
.bls12_381_pairing_equality_cost
387385
.total_cost(estimated_k),

0 commit comments

Comments
 (0)