Skip to content

Commit

Permalink
- fixed the genesis flag
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Apr 25, 2024
1 parent 52a19be commit bef6592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genesis/process/shardGenesisBlockCreator.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func createGenesisConfig(providedEnableEpochs config.EnableEpochs) config.Enable
NodesToShufflePerShard: 0,
},
}
clonedConfig.StakeEnableEpoch = unreachableEpoch // we need to specifically disable this, we have exceptions in the staking system SC
clonedConfig.DoubleKeyProtectionEnableEpoch = 0

return clonedConfig
Expand Down

0 comments on commit bef6592

Please sign in to comment.