Skip to content

Commit

Permalink
fix: decimal for BCFusionStopGovThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Jan 8, 2024
1 parent 19fff98 commit 4b652cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
)

var (
BCFusionStopGovThreshold int64 = 5_000_000
BCFusionStopGovThreshold int64 = 5_000_000_00000000 // 5M BNB
)

var MainNetConfig = UpgradeConfig{
Expand Down

0 comments on commit 4b652cb

Please sign in to comment.