From 9de00af9d7cd96b40e3555903eee307ece9a1dd1 Mon Sep 17 00:00:00 2001 From: tbro Date: Mon, 13 Jan 2025 17:10:50 -0300 Subject: [PATCH] Remove `EPOCH_HEIGHT` const --- 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;