浏览代码

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