mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-09 09:44:31 +01:00
more clears
This commit is contained in:
@@ -11,6 +11,9 @@ fn main() -> anyhow::Result<()> {
|
||||
let mut store =
|
||||
EspNvsStorage::new_default(default_nvs.clone(), "sphinx", true).expect("no storage");
|
||||
store.remove("config").expect("couldnt remove config 1");
|
||||
store.remove("seed").expect("couldnt remove seed 1");
|
||||
store.remove("nonce").expect("couldnt remove nonce 1");
|
||||
store.remove("policy").expect("couldnt remove policy 1");
|
||||
println!("NVS cleared!");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user