Skip to content

Commit

Permalink
fix: revert stack block version change
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove authored and wileyj committed Dec 7, 2024
1 parent 8c99a12 commit 62f5066
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 62f5066

Please sign in to comment.