chain: rename blockheaderhash reference.

This commit is contained in:
Henry de Valence 2020-09-04 13:48:34 -07:00 committed by Deirdre Connolly
parent e96a472099
commit 0466466c52
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use super::super::{serialize::MAX_BLOCK_BYTES, *};
proptest! {
#[test]
fn blockheaderhash_roundtrip(hash in any::<Hash>()) {
fn block_hash_roundtrip(hash in any::<Hash>()) {
let bytes = hash.zcash_serialize_to_vec()?;
let other_hash: Hash = bytes.zcash_deserialize_into()?;