3
2
Pārlūkot izejas kodu

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

Ian Goldberg 5 mēneši atpakaļ
vecāks
revīzija
cf200cc5e6
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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;