Skip to content

Commit de93f26

Browse files
committed
refactor: improve structure, calc to utils
1 parent 8b0b619 commit de93f26

File tree

3 files changed

+0
-239
lines changed

3 files changed

+0
-239
lines changed

src/perms/auth.rs

Whitespace-only changes.

src/perms/calc.rs

Lines changed: 0 additions & 237 deletions
This file was deleted.

src/perms/config.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ use crate::utils::{
44
};
55
use core::num;
66

7-
use super::SlotCalculator;
8-
97
// Environment variable names for configuration
108
pub(crate) const BLOCK_QUERY_CUTOFF: &str = "BLOCK_QUERY_CUTOFF";
119
pub(crate) const BLOCK_QUERY_START: &str = "BLOCK_QUERY_START";

0 commit comments

Comments
 (0)