Rename the file from plonk_psm to matter_psm

This commit is contained in:
Kedar Sovani 2022-12-28 10:29:58 +05:30
parent 77af70d8f1
commit 731316d44e

View file

@ -35,7 +35,7 @@ pub struct Psm {}
static mut G_PSM: Option<Arc<Mutex<Psm>>> = None;
static INIT: Once = Once::new();
const PSM_DIR: &str = "/tmp/plonk_psm";
const PSM_DIR: &str = "/tmp/matter_psm";
macro_rules! psm_path {
($key:ident) => {