Skip to content

Commit

Permalink
[genesis] correct yaml field name (#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie authored May 18, 2022
1 parent d70ccd8 commit eb78dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ type (
// 1. use correct chainID
// 2. check legacy address
// 3. enable web3 staking transaction
NewfoundlandBlockHeight uint64 `yaml:"newfoundlandBlockHeight"`
NewfoundlandBlockHeight uint64 `yaml:"newfoundlandHeight"`
// ToBeEnabledBlockHeight is a fake height that acts as a gating factor for WIP features
// upon next release, change IsToBeEnabled() to IsNextHeight() for features to be released
ToBeEnabledBlockHeight uint64 `yaml:"toBeEnabledHeight"`
Expand Down

0 comments on commit eb78dbd

Please sign in to comment.