From a25aaeaa7af6b02161817ebd14ce1142bae2f4b5 Mon Sep 17 00:00:00 2001 From: laizy Date: Thu, 18 Mar 2021 10:21:26 +0800 Subject: [PATCH] update mainnet height --- common/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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