Skip to content

Commit de227cc

Browse files
authored
Merge branch 'develop' into chore/remove-portable
2 parents 2f96a4d + affac79 commit de227cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/core/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pub const BITCOIN_MAINNET_STACKS_23_BURN_HEIGHT: u64 = 788_240;
121121
/// This is Epoch-2.3, now Epoch-2.4, activation height proposed in SIP-024
122122
pub const BITCOIN_MAINNET_STACKS_24_BURN_HEIGHT: u64 = 791_551;
123123
/// This is Epoch-2.5, activation height proposed in SIP-021
124-
pub const BITCOIN_MAINNET_STACKS_25_BURN_HEIGHT: u64 = 1_000_000;
124+
pub const BITCOIN_MAINNET_STACKS_25_BURN_HEIGHT: u64 = 839_444;
125125
/// This is Epoch-3.0, activation height proposed in SIP-021
126126
pub const BITCOIN_MAINNET_STACKS_30_BURN_HEIGHT: u64 = 2_000_000;
127127

0 commit comments

Comments
 (0)