dl folder fix

This commit is contained in:
TIBERGHIEN corentin
2026-01-25 13:22:20 +01:00
parent 4bb5f9033b
commit 55a0eb21bb
5 changed files with 29 additions and 44 deletions

View File

@@ -13,7 +13,7 @@ pub fn parse_received_datum(
let hash_name: [u8; 32] = recevied_datum[..32].try_into().expect("error");
let value = &recevied_datum[32..datum_length];
let value_slice = value.to_vec();
println!("valueslice: {:?}, {}", value_slice, value_slice.len());
// println!("valueslice: {:?}, {}", value_slice, value_slice.len());
println!(
"((value_slice.len() - 1) / 32) {} ",