mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-31 09:18:29 +00:00
Replace some checksums where it makes sense
This commit is contained in:
@@ -141,7 +141,7 @@ impl Status {
|
||||
writeln!(&mut nodes_txt, "{} {}", hex::encode(&id), status.addr).unwrap();
|
||||
}
|
||||
debug!("END --");
|
||||
self.hash = sha256sum(nodes_txt.as_bytes());
|
||||
self.hash = blake2sum(nodes_txt.as_bytes());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user