We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d37406 commit 7cc5d26Copy full SHA for 7cc5d26
stackslib/src/core/mod.rs
@@ -104,7 +104,7 @@ pub const BITCOIN_MAINNET_STACKS_25_BURN_HEIGHT: u64 = 840_360;
104
pub const BITCOIN_MAINNET_STACKS_30_BURN_HEIGHT: u64 = 867_867;
105
/// This is Epoch-3.1, activation height proposed in SIP-029
106
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)
+/// This is Epoch-3.2, activation height proposed in SIP-031
108
pub const BITCOIN_MAINNET_STACKS_32_BURN_HEIGHT: u64 = 907_740;
109
110
/// Bitcoin mainline testnet3 activation heights.
0 commit comments