Преглед на файлове

consensus/metadata: remove unused import (5000 commit race)

aggstam преди 3 години
родител
ревизия
d672e1e9c0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/consensus/metadata.rs

+ 1 - 1
src/consensus/metadata.rs

@@ -24,7 +24,7 @@ use darkfi_serial::{SerialDecodable, SerialEncodable};
 use log::error;
 
 use crate::{
-    crypto::proof::{Proof, ProvingKey, VerifyingKey},
+    crypto::proof::{Proof, VerifyingKey},
     Result,
 };