Rm PublicLists
This commit is contained in:
parent
3fd014edd9
commit
17c3fefa88
@ -68,14 +68,6 @@ pub fn lock_freezed_utxos() -> Result<MutexGuard<'static, HashSet<OutPoint>>, Er
|
|||||||
.lock_anyhow()
|
.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)]
|
#[derive(Debug)]
|
||||||
pub struct StateFile {
|
pub struct StateFile {
|
||||||
path: PathBuf,
|
path: PathBuf,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user