Merge branch 'master' into tree_hash

This commit is contained in:
Kirk Baird
2019-01-25 12:33:31 +11:00
2 changed files with 46 additions and 2 deletions

View File

@@ -90,6 +90,5 @@ mod tests {
//note: should test againt a known test hash value
assert_eq!(HASHSIZE, result.len());
println!("merkle_hash: {:?}", result);
}
}