diff --git a/src/sdk/src/crypto/note.rs b/src/sdk/src/crypto/note.rs index 3fb4e79ab..f61e920ed 100644 --- a/src/sdk/src/crypto/note.rs +++ b/src/sdk/src/crypto/note.rs @@ -18,7 +18,6 @@ use chacha20poly1305::{AeadInPlace, ChaCha20Poly1305, KeyInit}; use darkfi_serial::{Decodable, Encodable, SerialDecodable, SerialEncodable}; -use halo2_proofs::arithmetic::Field; use pasta_curves::pallas; use rand_core::{CryptoRng, RngCore};