diff --git a/cmd/algocfg/profileCommand.go b/cmd/algocfg/profileCommand.go index 60c25244db..076cb65a64 100644 --- a/cmd/algocfg/profileCommand.go +++ b/cmd/algocfg/profileCommand.go @@ -102,7 +102,7 @@ var ( cfg.EnableBlockService = true cfg.NetAddress = ":4160" // This should be set to the public address of the node if public access is desired - cfg.PublicAddress = "PLEASE_SET_ME" + cfg.PublicAddress = config.PlaceholderPublicAddress // P2P config defaults cfg.EnableP2PHybridMode = true