mirror of
https://github.com/zkonduit/ezkl.git
synced 2026-01-10 06:48:01 -05:00
Update mod.rs
This commit is contained in:
@@ -245,7 +245,6 @@ where
|
||||
dict.set_item("instances", field_elems).unwrap();
|
||||
let hex_proof = hex::encode(&self.proof);
|
||||
dict.set_item("proof", format!("0x{}", hex_proof)).unwrap();
|
||||
.unwrap();
|
||||
Ok(dict.into_any())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user