Rm PublicLists

This commit is contained in:
NicolasCantu 2025-01-10 16:25:38 +01:00
parent 3fd014edd9
commit 17c3fefa88

View File

@ -68,14 +68,6 @@ pub fn lock_freezed_utxos() -> Result<MutexGuard<'static, HashSet<OutPoint>>, Er
.lock_anyhow()
}
#[derive(Debug, Default)]
pub struct PublicLists {
pub peers_list: Option<String>,
pub processes_list: Option<String>,
}
pub static LISTS: OnceLock<Mutex<PublicLists>> = OnceLock::new();
#[derive(Debug)]
pub struct StateFile {
path: PathBuf,