Skip to content

Commit

Permalink
client: fix double hex encoding of node pubkey
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed May 19, 2021
1 parent 7453a72 commit fdbf7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (s *Client) Run(ctx context.Context,
}

// Log connected node.
log.Infof("Connected to lnd node '%v' with pubkey %x (version %s)",
log.Infof("Connected to lnd node '%v' with pubkey %s (version %s)",
s.lndServices.NodeAlias, s.lndServices.NodePubkey,
lndclient.VersionString(s.lndServices.Version))

Expand Down

0 comments on commit fdbf7e9

Please sign in to comment.