Skip to content

Commit fa28453

Browse files
committed
fix: set epoch32 activation height to "real" height in SIP
1 parent 4747266 commit fa28453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stackslib/src/core/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ pub const BITCOIN_MAINNET_STACKS_25_BURN_HEIGHT: u64 = 840_360;
104104
pub const BITCOIN_MAINNET_STACKS_30_BURN_HEIGHT: u64 = 867_867;
105105
/// This is Epoch-3.1, activation height proposed in SIP-029
106106
pub const BITCOIN_MAINNET_STACKS_31_BURN_HEIGHT: u64 = 875_000;
107-
/// This is Epoch-3.2, activation height proposed in SIP-031 (placeholder for now)
108-
pub const BITCOIN_MAINNET_STACKS_32_BURN_HEIGHT: u64 = /* (TBD) */ u64::MAX;
107+
/// This is Epoch-3.2, activation height proposed in SIP-031
108+
pub const BITCOIN_MAINNET_STACKS_32_BURN_HEIGHT: u64 = 907_740;
109109

110110
/// Bitcoin mainline testnet3 activation heights.
111111
/// TODO: No longer used since testnet3 is dead, so remove.

0 commit comments

Comments
 (0)