Skip to content

Commit

Permalink
Remove no bootnode error for Prater (#8628)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored Mar 18, 2021
1 parent beadec3 commit a921455
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shared/featureconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ func configureTestnet(ctx *cli.Context, cfg *Flags) {
log.Warn("Running on the Prater Testnet")
params.UsePraterConfig()
params.UsePraterNetworkConfig()
// TODO(8612): Define bootstrap nodes.
log.Error("No bootnodes are defined by default for Prater")
} else {
log.Warn("Running on ETH2 Mainnet")
params.UseMainnetConfig()
Expand Down

0 comments on commit a921455

Please sign in to comment.