Rename the file from plonk_psm to matter_psm
This commit is contained in:
parent
77af70d8f1
commit
731316d44e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pub struct Psm {}
|
||||||
static mut G_PSM: Option<Arc<Mutex<Psm>>> = None;
|
static mut G_PSM: Option<Arc<Mutex<Psm>>> = None;
|
||||||
static INIT: Once = Once::new();
|
static INIT: Once = Once::new();
|
||||||
|
|
||||||
const PSM_DIR: &str = "/tmp/plonk_psm";
|
const PSM_DIR: &str = "/tmp/matter_psm";
|
||||||
|
|
||||||
macro_rules! psm_path {
|
macro_rules! psm_path {
|
||||||
($key:ident) => {
|
($key:ident) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue