Explorar o código

[crypsinous] remove lifetime

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