Skip to content

Commit

Permalink
WP/18-slice-blake3-read_slices
Browse files Browse the repository at this point in the history
  • Loading branch information
rustchain64 committed Apr 12, 2023
1 parent e50a2d5 commit 6b77b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ pub async fn read_slices(
// Start by encoding some input.
let (encoded_input, hash) = bao::encode::encode(file_bytes);
debug!(">>> encoded INPUT LENGTH:: {:?}", &encoded_input.len());
debug!(">>> FS hash hash:: {:?}", &hash);
debug!(">>> fs hash hash:: {:?}", &hash);

// Slice the encoding. These parameters are multiples of the chunk size, which avoids
// unnecessary overhead.
Expand Down

0 comments on commit 6b77b22

Please sign in to comment.