Update mod.rs

This commit is contained in:
dante
2025-10-08 17:18:59 -04:00
parent 01595e0ca1
commit 75f2b830f2

View File

@@ -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())
}
}