mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
chore: avoid glob imports (#2722)
This commit is contained in:
committed by
GitHub
parent
73b9247c10
commit
5b363358b8
@@ -42,7 +42,7 @@ use std::fmt::Debug;
|
||||
use std::{collections::HashSet, time::Duration};
|
||||
|
||||
pub mod consts {
|
||||
use super::*;
|
||||
use super::Duration;
|
||||
|
||||
/// Interval at which we check new Ethereum blocks.
|
||||
pub const ETHEREUM_TICK_INTERVAL: Duration = Duration::from_secs(5);
|
||||
|
||||
Reference in New Issue
Block a user