Browse Source

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

Ian Goldberg 5 months ago
parent
commit
cf200cc5e6
1 changed files with 0 additions and 1 deletions
  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;