Skip to content

Commit

Permalink
fix: decimal for BCFusionStopGovThreshold (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 authored Jan 9, 2024
1 parent 19fff98 commit 9588e44
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 9588e44

Please sign in to comment.