Skip to content

Commit ffb35cc

Browse files
committed
change vrf comment
1 parent 9eb7ca0 commit ffb35cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/src/imports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ fn do_ecvrf_verify<Q>(
188188
where
189189
Q: Querier + 'static,
190190
{
191-
// consume gas relatively to the function running time (~12ms)
191+
// consume gas relatively to the function running time (~7.5ms)
192192
env.decrease_gas_left(7_500_000_000_000)?;
193193
let y: Vec<u8> = read_memory(env, y_ptr, y_len)?;
194194
let pi: Vec<u8> = read_memory(env, pi_ptr, pi_len)?;

0 commit comments

Comments
 (0)