Skip to content

Commit

Permalink
Update zebra-chain/src/block/serialize.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Pili Guerra <[email protected]>
  • Loading branch information
rootdiae and mpguerra authored Jan 16, 2025
1 parent fffe3dc commit 8034946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-chain/src/block/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fn check_version(version: u32) -> Result<(), &'static str> {
// but this is not actually part of the consensus rules, and in fact
// broken mining software created blocks that do not have version 4.
// There are approximately 4,000 blocks with version 536870912; this
// is the bit-reversal of the value 4, indicating that mining pool
// is the bit-reversal of the value 4, indicating that that mining pool
// reversed bit-ordering of the version field. Because the version field
// was not properly validated, these blocks were added to the chain.
//
Expand Down

0 comments on commit 8034946

Please sign in to comment.