From e6fecd1b62baa755147a6eb690729b7e984011d7 Mon Sep 17 00:00:00 2001 From: KamiD <44460798+KamiD@users.noreply.github.com> Date: Tue, 11 Jan 2022 20:26:46 +0800 Subject: [PATCH] Merge PR: change default MercuryHeight and VenusHeight to 1 to make local code execution consistent with mainnet (#1413) * change default MercuryHeight and VenusHeight to 1 * Update Makefile Co-authored-by: Zhong Qiu <36867992+zhongqiuwood@users.noreply.github.com> --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c635f6be62..68c4070d53 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ export GO111MODULE=on GithubTop=github.com -Version=v1.1.2 +Version=v1.1.3 CosmosSDK=v0.39.2 Tendermint=v0.33.9 Iavl=v0.14.3 @@ -17,8 +17,8 @@ ServerName=exchaind ClientName=exchaincli # the height of the 1st block is GenesisHeight+1 GenesisHeight=0 -MercuryHeight=0 -VenusHeight=0 +MercuryHeight=1 +VenusHeight=1 # process linker flags ifeq ($(VERSION),)