소스 검색

sdk/note: Remove stray import

parazyd 3 년 전
부모
커밋
a0c5850ffb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/sdk/src/crypto/note.rs

+ 0 - 1
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};