3
2
Prechádzať zdrojové kódy

Remove an unused "use" from tests/wallet.rs

Ian Goldberg 5 mesiacov pred
rodič
commit
cf200cc5e6
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      tests/wallet.rs

+ 0 - 1
tests/wallet.rs

@@ -4,7 +4,6 @@
 
 use cmz::*;
 use curve25519_dalek::ristretto::RistrettoPoint as G;
-use ff::PrimeField;
 use group::Group;
 use rand_core::RngCore;
 use sha2::Sha512;