Skip to content

Commit

Permalink
Merge pull request #5538 from stacks-network/fix/block-validate-version
Browse files Browse the repository at this point in the history
fix: revert stack block version change
  • Loading branch information
hstove authored Dec 9, 2024
2 parents b93f2f5 + 6472a7c commit 025af8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackslib/src/chainstate/nakamoto/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pub use self::staging_blocks::{
NakamotoStagingBlocksConn, NakamotoStagingBlocksConnRef, NakamotoStagingBlocksTx,
};

pub const NAKAMOTO_BLOCK_VERSION: u8 = 1;
pub const NAKAMOTO_BLOCK_VERSION: u8 = 0;

define_named_enum!(HeaderTypeNames {
Nakamoto("nakamoto"),
Expand Down

0 comments on commit 025af8e

Please sign in to comment.