From 9588e44c6e07a2ff02901b8515cdc5081c778595 Mon Sep 17 00:00:00 2001 From: dylanhuang Date: Tue, 9 Jan 2024 10:17:28 +0800 Subject: [PATCH] fix: decimal for BCFusionStopGovThreshold (#370) --- types/upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/upgrade.go b/types/upgrade.go index bdbb41982..502bc4c9d 100644 --- a/types/upgrade.go +++ b/types/upgrade.go @@ -32,7 +32,7 @@ const ( ) var ( - BCFusionStopGovThreshold int64 = 5_000_000 + BCFusionStopGovThreshold int64 = 5_000_000_00000000 // 5M BNB ) var MainNetConfig = UpgradeConfig{