pub(crate) const STORAGE_KEY: &str = "guards";
Expand description
The key (filename) we use for storing our persistent guard state in the
StateMgr
.
We used to store this in a different format in a filename called “default_guards” (before Arti 0.1.0).