Skip to content

Commit fdbf7e9

Browse files
committed
client: fix double hex encoding of node pubkey
1 parent 7453a72 commit fdbf7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func (s *Client) Run(ctx context.Context,
242242
}
243243

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

0 commit comments

Comments
 (0)