diff --git a/src/stakeholder/epoch.rs b/src/stakeholder/epoch.rs index f0089959f..43ef32be4 100644 --- a/src/stakeholder/epoch.rs +++ b/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, -}