Skip to content

Commit

Permalink
Make Index public (#3807)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipelincoln authored Jun 7, 2024
1 parent 0afa713 commit 88aa27f
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 96 deletions.
2 changes: 1 addition & 1 deletion src/blocktime.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use super::*;

#[derive(Copy, Clone)]
pub(crate) enum Blocktime {
pub enum Blocktime {
Confirmed(DateTime<Utc>),
Expected(DateTime<Utc>),
}
Expand Down
Loading

0 comments on commit 88aa27f

Please sign in to comment.