mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 02:02:10 +02:00
wtclient: fix info log line format
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user