Преглед изворни кода

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,
 };