Skip to content

Commit

Permalink
algod: fix telemetry lookup if phonebook is used (algorand#6061)
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy authored Jul 10, 2024
1 parent a9641a3 commit 2929329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/algod/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ func run() int {

// If the telemetry URI is not set, periodically check SRV records for new telemetry URI
if remoteTelemetryEnabled && log.GetTelemetryURI() == "" {
toolsnet.StartTelemetryURIUpdateService(time.Minute, cfg, s.Genesis.Network, log, done)
toolsnet.StartTelemetryURIUpdateService(time.Minute, cfgCopy, s.Genesis.Network, log, done)
}

currentVersion := config.GetCurrentVersion()
Expand Down

0 comments on commit 2929329

Please sign in to comment.