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;