client: fix double hex encoding of node pubkey

pull/388/head
Oliver Gugger 3 years ago
parent 7453a72759
commit fdbf7e95e1
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

@ -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))

Loading…
Cancel
Save