tidy
This commit is contained in:
@@ -13,7 +13,6 @@ 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!(
|
||||
"((value_slice.len() - 1) / 32) {} ",
|
||||
|
||||
Reference in New Issue
Block a user