Skip to content

Commit

Permalink
Update cmd/algocfg/profileCommand.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Zbitskiy <[email protected]>
  • Loading branch information
gmalouf and algorandskiy authored Jul 18, 2024
1 parent 9e0fce5 commit 02a4f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/algocfg/profileCommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02a4f93

Please sign in to comment.