Browse Source

[crypsinous] remove lifetime

mohab metwally 3 years ago
parent
commit
d02bf39eae
1 changed files with 0 additions and 8 deletions
  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>,
-}