diff --git a/common/constants/constants.go b/common/constants/constants.go index 39765b03d..5892c79a9 100644 --- a/common/constants/constants.go +++ b/common/constants/constants.go @@ -96,5 +96,5 @@ const BLOCKHEIGHT_CC_POLARIS = 13130000 const BLOCKHEIGHT_NEW_PEER_COST_MAINNET = 9400000 const BLOCKHEIGHT_NEW_PEER_COST_POLARIS = 13400000 -const BLOCKHEIGHT_TRACK_DESTROYED_CONTRACT_MAINNET = 11600000 +const BLOCKHEIGHT_TRACK_DESTROYED_CONTRACT_MAINNET = 11700000 const BLOCKHEIGHT_TRACK_DESTROYED_CONTRACT_POLARIS = 14100000