Skip to content

Commit eb4061c

Browse files
committed
fix: activation height for 2.5 is 840_360
1 parent 9b7c5bc commit eb4061c

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 = 839_444;
124+
pub const BITCOIN_MAINNET_STACKS_25_BURN_HEIGHT: u64 = 840_360;
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)