Skip to content

Commit 3a83bac

Browse files
committed
comment out vrf from SUPPORTED_IMPORTS
1 parent e8a77f5 commit 3a83bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static SUPPORTED_IMPORTS: &[&str] = &[
4040
"env.ask_external_data",
4141
"env.get_external_data_status",
4242
"env.read_external_data",
43-
"env.ecvrf_verify",
43+
// "env.ecvrf_verify",
4444
];
4545

4646
fn inject_memory(module: Module) -> Result<Module, Error> {

0 commit comments

Comments
 (0)