Explorar o código

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

aggstam %!s(int64=3) %!d(string=hai) anos
pai
achega
d672e1e9c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
 };