Skip to content

Commit 8156b54

Browse files
committed
fix: revert change to block version
This should not change until we are sure signers have been updated to accept later block versions.
1 parent 761ae4d commit 8156b54

File tree

1 file changed

+1
-1
lines changed
  • stackslib/src/chainstate/nakamoto

1 file changed

+1
-1
lines changed

stackslib/src/chainstate/nakamoto/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub use self::staging_blocks::{
131131
NakamotoStagingBlocksConn, NakamotoStagingBlocksConnRef, NakamotoStagingBlocksTx,
132132
};
133133

134-
pub const NAKAMOTO_BLOCK_VERSION: u8 = 2;
134+
pub const NAKAMOTO_BLOCK_VERSION: u8 = 0;
135135

136136
define_named_enum!(HeaderTypeNames {
137137
Nakamoto("nakamoto"),

0 commit comments

Comments
 (0)