Explorar el Código

sdk/note: Fix tests.

parazyd hace 3 años
padre
commit
3426e076af
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/sdk/src/crypto/note.rs

+ 1 - 0
src/sdk/src/crypto/note.rs

@@ -134,6 +134,7 @@ mod tests {
     use super::*;
     use crate::crypto::Keypair;
 
+    use halo2_proofs::arithmetic::Field;
     use rand::rngs::OsRng;
 
     #[test]