Skip to content

Commit

Permalink
update comment and revert minNativeTokenParamsNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitomir2 committed Dec 13, 2024
1 parent cb18023 commit d32d187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion command/genesis/polybft_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (p *genesisParams) generatePolyBftChainConfig(o command.OutputFormatter) er
premineBalances[premine.Address] = premine
}

// Hydra modification: we always use mintable native token and premine balances to specified accounts
// Hydra modification: we don't use native token and alaways premine balances to the specified accounts
// if !p.nativeTokenConfig.IsMintable {
// // validate premine map, no premine is allowed if token is not mintable,
// // except for the zero address
Expand Down
2 changes: 1 addition & 1 deletion consensus/polybft/polybft_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
ConsensusName = "polybft"
minNativeTokenParamsNumber = 3
minNativeTokenParamsNumber = 4

defaultNativeTokenName = "Hydra"
defaultNativeTokenSymbol = "HYDRA"
Expand Down

0 comments on commit d32d187

Please sign in to comment.