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 2eb1027 commit 2d01e19
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 @@ -16,7 +16,7 @@ type genParams struct {
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
MinimumFee amount.Amount `cbor:"10,keyasint" json:"minimum_fee"` // 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"`
MaximumStake amount.Amount `cbor:"13,keyasint" json:"maximum_stake"`
Expand Down

0 comments on commit 2d01e19

Please sign in to comment.