Skip to content

Commit

Permalink
Remove EPOCH_HEIGHT const
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Jan 13, 2025
1 parent f7b8eca commit 9de00af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions types/src/v0/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<SeqTypes>;
pub type Leaf2 = hotshot_types::data::Leaf2<SeqTypes>;

Expand Down

0 comments on commit 9de00af

Please sign in to comment.