From 9d1467df416f99e42c84c52977330e24013c3030 Mon Sep 17 00:00:00 2001 From: tbro <48967308+tbro@users.noreply.github.com> Date: Tue, 14 Jan 2025 01:34:04 -0300 Subject: [PATCH] Remove `EPOCH_HEIGHT` const (#2451) Co-authored-by: tbro --- types/src/v0/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/src/v0/mod.rs b/types/src/v0/mod.rs index 6e9322bbd3..40c3811a6a 100644 --- a/types/src/v0/mod.rs +++ b/types/src/v0/mod.rs @@ -181,9 +181,6 @@ pub type FeeVersion = StaticVersion<0, 2>; pub type MarketplaceVersion = StaticVersion<0, 99>; pub type EpochVersion = StaticVersion<0, 100>; -// TODO: >>>>>??? -pub const EPOCH_HEIGHT: u64 = 10000; - pub type Leaf = hotshot_types::data::Leaf; pub type Leaf2 = hotshot_types::data::Leaf2;