Skip to content

Commit

Permalink
chore: fix multi-nodes-test
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Feb 26, 2024
1 parent 1d1b11e commit d36683e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gen_devnet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {
bnbBeaconChainConfig.UpgradeConfig.BEP159Height = 3
bnbBeaconChainConfig.UpgradeConfig.BEP159Phase2Height = 6
bnbBeaconChainConfig.UpgradeConfig.LimitConsAddrUpdateIntervalHeight = 6
bnbBeaconChainConfig.BreatheBlockInterval = 5
bnbBeaconChainConfig.BreatheBlockInterval = 15
appConfigFilePath := filepath.Join(ctxConfig.RootDir, "config", "app.toml")
config.WriteConfigFile(appConfigFilePath, bnbBeaconChainConfig)
// pk
Expand Down

0 comments on commit d36683e

Please sign in to comment.