Skip to content

Commit

Permalink
change default csr to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Oct 7, 2024
1 parent 27d830c commit a07984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/move/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (

var (
DefaultBaseMinGasPrice = math.LegacyNewDecWithPrec(15, 2) // 0.15
DefaultContractSharedRevenueRatio = math.LegacyNewDecWithPrec(50, 2) // 0.5
DefaultContractSharedRevenueRatio = math.LegacyZeroDec()
)

const (
Expand Down

0 comments on commit a07984f

Please sign in to comment.