We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7453a72 commit fdbf7e9Copy full SHA for fdbf7e9
client.go
@@ -242,7 +242,7 @@ func (s *Client) Run(ctx context.Context,
242
}
243
244
// Log connected node.
245
- log.Infof("Connected to lnd node '%v' with pubkey %x (version %s)",
+ log.Infof("Connected to lnd node '%v' with pubkey %s (version %s)",
246
s.lndServices.NodeAlias, s.lndServices.NodePubkey,
247
lndclient.VersionString(s.lndServices.Version))
248
0 commit comments