Skip to content

Commit 989842b

Browse files
committed
comment out vrf from SUPPORTED_IMPORTS
1 parent 402f090 commit 989842b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/src/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static SUPPORTED_IMPORTS: &[&str] = &[
2424
"env.ask_external_data",
2525
"env.get_external_data_status",
2626
"env.read_external_data",
27-
"env.ecvrf_verify",
27+
// "env.ecvrf_verify",
2828
];
2929

3030
pub fn compile(code: &[u8]) -> Result<Vec<u8>, Error> {

0 commit comments

Comments
 (0)