소스 검색

[crypsinous] remove lifetime

mohab metwally 3 년 전
부모
커밋
d02bf39eae
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      src/stakeholder/epoch.rs

+ 0 - 8
src/stakeholder/epoch.rs

@@ -384,11 +384,3 @@ impl Epoch {
         lead_proof::create_lead_proof(pk, coin).unwrap()
     }
 }
-
-#[derive(Debug, Default, Clone)]
-pub struct LifeTime {
-    //lifetime metadata
-    //...
-    //lifetime epochs
-    pub epochs: Vec<Epoch>,
-}