From 7f78adb93fa34d2c4cc4b206d11b03ee84c8bd1c Mon Sep 17 00:00:00 2001 From: Yang Shun Date: Tue, 17 Jul 2018 14:31:38 +0800 Subject: [PATCH] set MainNetNvmGasLimitWithoutTimeoutAtHeight --- Makefile | 2 +- core/compatibility.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 469162365..9efd4c742 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # along with the go-nebulas library. If not, see . # -VERSION?=1.0.1 +VERSION?=1.0.7 COMMIT=$(shell git rev-parse HEAD) BRANCH=$(shell git rev-parse --abbrev-ref HEAD) diff --git a/core/compatibility.go b/core/compatibility.go index fa9be2309..04ff314d9 100644 --- a/core/compatibility.go +++ b/core/compatibility.go @@ -228,7 +228,7 @@ const ( MainNetNewNvmExeTimeoutConsumeGasHeight uint64 = 467500 //MainNetNvmGasLimitWithoutTimeoutAtHeight - MainNetNvmGasLimitWithoutTimeoutAtHeight uint64 = 600000 + MainNetNvmGasLimitWithoutTimeoutAtHeight uint64 = 624763 ) // var for MainNet