File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ pub const BITCOIN_MAINNET_STACKS_25_BURN_HEIGHT: u64 = 840_360;
104
104
pub const BITCOIN_MAINNET_STACKS_30_BURN_HEIGHT : u64 = 867_867 ;
105
105
/// This is Epoch-3.1, activation height proposed in SIP-029
106
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)
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 ;
109
109
110
110
/// Bitcoin mainline testnet3 activation heights.
111
111
/// TODO: No longer used since testnet3 is dead, so remove.
You can’t perform that action at this time.
0 commit comments