chain: rename blockheaderhash reference.
This commit is contained in:
parent
e96a472099
commit
0466466c52
|
@ -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()?;
|
||||
|
||||
|
|
Loading…
Reference in New Issue