Skip to content

Commit

Permalink
finality.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 committed Nov 6, 2022
1 parent 18220e0 commit d9108a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/types/src/finality.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::core::Timepoint;
use crate::packed::RollupConfig;
use crate::prelude::*;
use crate::prelude::Unpack;

// TODO @keroro520 add comment for BLOCK_INTERVAL_IN_MILLISECONDS
const BLOCK_INTERVAL_IN_MILLISECONDS: u64 = 36000;
Expand Down

0 comments on commit d9108a2

Please sign in to comment.