Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSantoss committed Dec 19, 2024
1 parent 7ca42aa commit 6978a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/peerinfo/peerinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func (p *PeerInfo) sendOnce(ctx context.Context, now time.Time) {
name := p2p.PeerName(peerID)

p.nicknames[name] = resp.Nickname
log.Info(ctx, "Peer name to nickname mappings", z.Any("nicknames",p.nicknames))
log.Info(ctx, "Peer name to nickname mappings", z.Any("nicknames", p.nicknames))

// Validator git hash with regex.
if !gitHashMatch.MatchString(resp.GetGitHash()) {
Expand Down

0 comments on commit 6978a3e

Please sign in to comment.