Remove trailing whitespace

Whitespace only, no other changes.
This commit is contained in:
Tobin C. Harding 2022-09-08 09:25:03 +10:00
parent 29bbe4042f
commit a59e0544ec
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ impl BlockVersion {
/// BIP-9 soft fork signal bits mask. /// BIP-9 soft fork signal bits mask.
const VERSION_BITS_MASK: u32 = 0x1FFF_FFFF; const VERSION_BITS_MASK: u32 = 0x1FFF_FFFF;
/// 32bit value starting with `001` to use version bits. /// 32bit value starting with `001` to use version bits.
/// ///
/// The value has the top three bits `001` which enables the use of version bits to signal for soft forks. /// The value has the top three bits `001` which enables the use of version bits to signal for soft forks.
const USE_VERSION_BITS: u32 = 0x2000_0000; const USE_VERSION_BITS: u32 = 0x2000_0000;