Add missing line of whitespace

As is customary put a line of whitespace before the `impl Blockhash`
block.
This commit is contained in:
Tobin C. Harding 2024-09-23 13:42:42 +10:00
parent 40ba08f369
commit 20d8dbd586
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 0 deletions

View File

@ -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.
/// ///