Rm PublicLists
This commit is contained in:
parent
4e5459a080
commit
d1dd3aa35a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user