Skip to content

Commit

Permalink
set MainNetNvmGasLimitWithoutTimeoutAtHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
Silentttttt committed Jul 17, 2018
1 parent bc856d9 commit 7f78adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with the go-nebulas library. If not, see <http://www.gnu.org/licenses/>.
#

VERSION?=1.0.1
VERSION?=1.0.7

COMMIT=$(shell git rev-parse HEAD)
BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
Expand Down
2 changes: 1 addition & 1 deletion core/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const (
MainNetNewNvmExeTimeoutConsumeGasHeight uint64 = 467500

//MainNetNvmGasLimitWithoutTimeoutAtHeight
MainNetNvmGasLimitWithoutTimeoutAtHeight uint64 = 600000
MainNetNvmGasLimitWithoutTimeoutAtHeight uint64 = 624763
)

// var for MainNet
Expand Down

0 comments on commit 7f78adb

Please sign in to comment.