We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4145d0d commit f5f7d9bCopy full SHA for f5f7d9b
filecoin-proofs/src/bin/parampublish.rs
@@ -30,7 +30,7 @@ pub fn main() {
30
.about(
31
&format!(
32
"
33
-Set $FILECOIN_PARAMETER_CACHE to specify parameter directory.
+Set $FIL_PROOFS_PARAMETER_CACHE to specify parameter directory.
34
Defaults to '{}'
35
",
36
PARAMETER_CACHE_DIR
storage-proofs/src/parameter_cache.rs
@@ -18,7 +18,7 @@ use crate::error::Error::Unclassified;
18
/// Bump this when circuits change to invalidate the cache.
19
pub const VERSION: usize = 12;
20
21
-pub const PARAMETER_CACHE_ENV_VAR: &str = "FILECOIN_PARAMETER_CACHE";
+pub const PARAMETER_CACHE_ENV_VAR: &str = "FIL_PROOFS_PARAMETER_CACHE";
22
23
pub const PARAMETER_CACHE_DIR: &str = "/var/tmp/filecoin-proof-parameters/";
24
0 commit comments