Skip to content

Commit

Permalink
Update initial_consts.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyylka authored Dec 20, 2024
1 parent b9f9875 commit 67c3e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/appconsts/initial_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// The following defaults correspond to initial parameters of the network that can be changed, not via app versions
// but other means such as on-chain governance, or the nodes local config
// but other means such as on-chain governance, or the node's local config
const (
// DefaultGovMaxSquareSize is the default value for the governance modifiable
// max square size.
Expand All @@ -19,7 +19,7 @@ const (

// DefaultMinGasPrice is the default min gas price that gets set in the app.toml file.
// The min gas price acts as a filter. Transactions below that limit will not pass
// a nodes `CheckTx` and thus not be proposed by that node.
// a node's `CheckTx` and thus not be proposed by that node.
DefaultMinGasPrice = 0.002 // utia

// DefaultUnbondingTime is the default time a validator must wait
Expand Down

0 comments on commit 67c3e87

Please sign in to comment.