mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
wtclient: fix info log line format
This commit is contained in:
parent
8623e6107d
commit
1af31bfea7
@ -406,8 +406,8 @@ func New(config *Config) (*TowerClient, error) {
|
||||
return
|
||||
}
|
||||
|
||||
c.log.Infof("Using private watchtower %s, offering policy %s",
|
||||
tower, cfg.Policy)
|
||||
c.log.Infof("Using private watchtower %x, offering policy %s",
|
||||
tower.IdentityKey.SerializeCompressed(), cfg.Policy)
|
||||
|
||||
// Add the tower to the set of candidate towers.
|
||||
candidateTowers.AddCandidate(tower)
|
||||
|
Loading…
Reference in New Issue
Block a user