From d02bf39eae080cc095cccf7e58ac046d9f8d427b Mon Sep 17 00:00:00 2001 From: mohab metwally Date: Sat, 15 Oct 2022 18:25:06 +0200 Subject: [PATCH] [crypsinous] remove lifetime --- src/stakeholder/epoch.rs | 8 -------- 1 file changed, 8 deletions(-) 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, -}