1 2 3 4 5 6 7
/// SQL block header storage. pub mod headers; /// SQL peer storage. pub mod peers; pub(crate) const DEFAULT_CWD: &str = "."; pub(crate) const DATA_DIR: &str = "light_client_data";