From e3fc1862aecf994a362a8b4471c5aa0544fdbb66 Mon Sep 17 00:00:00 2001 From: Nguyen Sy Thanh Son Date: Mon, 11 Jan 2021 04:21:05 +0000 Subject: [PATCH] v2.3.0 --- common/constants.go | 2 +- params/version.go | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/constants.go b/common/constants.go index f3c9be655e..af75a82e70 100644 --- a/common/constants.go +++ b/common/constants.go @@ -36,7 +36,7 @@ var TIPRandomize = big.NewInt(3464000) var BlackListHFNumber = uint64(9349100) var TIPTomoX = big.NewInt(20581700) var TIPTomoXLending = big.NewInt(21430200) -var TIPTomoXCancellationFee = big.NewInt(0) +var TIPTomoXCancellationFee = big.NewInt(30915660) var TIPTomoXTestnet = big.NewInt(0) var IsTestnet bool = false var StoreRewardFolder string diff --git a/params/version.go b/params/version.go index 20137d037b..0162660a4c 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 2 // Major version component of the current release - VersionMinor = 3 // Minor version component of the current release - VersionPatch = 0 // Patch version component of the current release - VersionMeta = "beta" // Version metadata to append to the version string + VersionMajor = 2 // Major version component of the current release + VersionMinor = 3 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string.