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 402f090 commit 989842bCopy full SHA for 989842b
packages/vm/src/compile.rs
@@ -24,7 +24,7 @@ static SUPPORTED_IMPORTS: &[&str] = &[
24
"env.ask_external_data",
25
"env.get_external_data_status",
26
"env.read_external_data",
27
- "env.ecvrf_verify",
+ // "env.ecvrf_verify",
28
];
29
30
pub fn compile(code: &[u8]) -> Result<Vec<u8>, Error> {
0 commit comments