From 6933350d2c54c129b69a24c0b49588ea33f2d029 Mon Sep 17 00:00:00 2001 From: nghuyenthevinh2000 Date: Thu, 21 Sep 2023 14:32:24 +0700 Subject: [PATCH] Update rebel height --- types/fork/fork.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/fork/fork.go b/types/fork/fork.go index 5724285a5..7ada88b34 100644 --- a/types/fork/fork.go +++ b/types/fork/fork.go @@ -22,5 +22,5 @@ const ( VersionMapEnableHeight = int64(11_543_150) // Revert Min Commission slip during v2.2.0 upgrade FixMinCommissionHeight = int64(14_665_190) - FixMinCommissionHeightRebel = int64(14_665_190) + FixMinCommissionHeightRebel = int64(16_260_000) )