From 9be0620c49bbea1d44d864a54bb5cfadc989f1b3 Mon Sep 17 00:00:00 2001 From: fx0x55 Date: Mon, 26 Dec 2022 17:13:47 +0800 Subject: [PATCH] fix: mainnet height * 6951720 --- types/version.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/types/version.go b/types/version.go index 45f448c..b68da42 100644 --- a/types/version.go +++ b/types/version.go @@ -1,7 +1,6 @@ package types import ( - "math" "os" "sync" @@ -23,7 +22,7 @@ const ( mainnetMintDenom = "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C" mainnetStakingBondDenom = "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78" - mainnetCompatibilityIBCTransferHeight = math.MaxInt64 + mainnetCompatibilityIBCTransferHeight = 6951720 ) var (