Add missing line of whitespace
As is customary put a line of whitespace before the `impl Blockhash` block.
This commit is contained in:
parent
40ba08f369
commit
20d8dbd586
|
@ -30,6 +30,7 @@ hashes::hash_newtype! {
|
||||||
pub struct WitnessCommitment(sha256d::Hash);
|
pub struct WitnessCommitment(sha256d::Hash);
|
||||||
}
|
}
|
||||||
impl_hashencode!(BlockHash);
|
impl_hashencode!(BlockHash);
|
||||||
|
|
||||||
impl BlockHash {
|
impl BlockHash {
|
||||||
/// The "all zeros" blockhash.
|
/// The "all zeros" blockhash.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue