mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
client: fix double hex encoding of node pubkey
This commit is contained in:
parent
7453a72759
commit
fdbf7e95e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue