Skip to content

Commit

Permalink
Lower-case the log message about auto-selecting Electrum server
Browse files Browse the repository at this point in the history
  • Loading branch information
pdyraga committed Jun 5, 2023
1 parent d4264b3 commit b06c66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/electrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (c *Config) resolveElectrum(rng *rand.Rand) error {
// Picking up an Electrum server does not require secure randomness.
selectedURL := urls[rng.Intn(len(urls))]

logger.Infof("Auto-selecting Electrum server: [%v]", selectedURL)
logger.Infof("auto-selecting Electrum server: [%v]", selectedURL)

// Set only the URL in the original config. Other fields may be already set,
// and we don't want to override them.
Expand Down

0 comments on commit b06c66d

Please sign in to comment.