Compare commits

..

No commits in common. "3a87bd1370eb9fefc67deec9d7dfa2187ddf9763" and "060ad0da3231e20cc57b7c3435b1f373dc01d724" have entirely different histories.

View file

@ -141,7 +141,7 @@ impl Garage {
)?)
.ok()
.and_then(|x| NetworkKey::from_slice(&x))
.ok_or_message("Invalid RPC secret key: expected 32 bits of entropy, please check the documentation for requirements")?;
.ok_or_message("Invalid RPC secret key")?;
let (replication_factor, consistency_mode) = parse_replication_mode(&config)?;