Skip to content

Commit

Permalink
Update genesis/genesis_param.go
Browse files Browse the repository at this point in the history
Co-authored-by: b00f <mostafa.sedaghat@gmail.com>
  • Loading branch information
kehiy and b00f committed Aug 10, 2024
1 parent 3bb1f5e commit 2eb1027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genesis/genesis_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type genParams struct {
BondInterval uint32 `cbor:"6,keyasint" json:"bond_interval"`
UnbondInterval uint32 `cbor:"7,keyasint" json:"unbond_interval"`
SortitionInterval uint32 `cbor:"8,keyasint" json:"sortition_interval"`
FeeFraction float64 `cbor:"9,keyasint" json:"fee_fraction"` // Deprecated: Replaced by fix fee
feeFraction float64 `cbor:"9,keyasint" json:"fee_fraction"` // Deprecated: Replaced by fix fee
MinimumFee amount.Amount `cbor:"10,keyasint" json:"minimum_fee"` // Deprecated: Replaced by fix fee
MaximumFee amount.Amount `cbor:"11,keyasint" json:"maximum_fee"` // Deprecated: Replaced by fix fee
MinimumStake amount.Amount `cobr:"12,keyasint" json:"minimum_stake"`
Expand Down

0 comments on commit 2eb1027

Please sign in to comment.