Compare commits
No commits in common. "78de7b5bdef9e3b9f52e15710209001e146b0af3" and "a18b3f0d1fb932df5abce6f5e79169ca01006e3b" have entirely different histories.
78de7b5bde
...
a18b3f0d1f
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ impl Garage {
|
|||
)?)
|
||||
.ok()
|
||||
.and_then(|x| NetworkKey::from_slice(&x))
|
||||
.ok_or_message("Invalid RPC secret key: expected 32 bytes of random hex, please check the documentation for requirements")?;
|
||||
.ok_or_message("Invalid RPC secret key: expected 32 bits of entropy, please check the documentation for requirements")?;
|
||||
|
||||
let (replication_factor, consistency_mode) = parse_replication_mode(&config)?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue