From cef8f92b3fe0293424217da41b82325bf3b569b0 Mon Sep 17 00:00:00 2001 From: laizy Date: Fri, 18 Feb 2022 18:28:28 +0800 Subject: [PATCH] update decimal 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 f92129d6c..90c73c354 100644 --- a/common/constants/constants.go +++ b/common/constants/constants.go @@ -116,6 +116,6 @@ const BLOCKHEIGHT_TRACK_DESTROYED_CONTRACT_MAINNET = 11700000 const BLOCKHEIGHT_TRACK_DESTROYED_CONTRACT_POLARIS = 14100000 var ( - BLOCKHEIGHT_ADD_DECIMALS_MAINNET = uint32(13430000) + BLOCKHEIGHT_ADD_DECIMALS_MAINNET = uint32(13920000) BLOCKHEIGHT_ADD_DECIMALS_POLARIS = uint32(0) )