We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb7ca0 commit ffb35ccCopy full SHA for ffb35cc
packages/vm/src/imports.rs
@@ -188,7 +188,7 @@ fn do_ecvrf_verify<Q>(
188
where
189
Q: Querier + 'static,
190
{
191
- // consume gas relatively to the function running time (~12ms)
+ // consume gas relatively to the function running time (~7.5ms)
192
env.decrease_gas_left(7_500_000_000_000)?;
193
let y: Vec<u8> = read_memory(env, y_ptr, y_len)?;
194
let pi: Vec<u8> = read_memory(env, pi_ptr, pi_len)?;
0 commit comments