mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-07 19:32:02 +01:00
routing: log node pubkey as hex
This commit is contained in:
@@ -1434,7 +1434,7 @@ func (r *ChannelRouter) processUpdate(msg interface{},
|
|||||||
}
|
}
|
||||||
|
|
||||||
if err := r.cfg.Graph.AddLightningNode(msg, op...); err != nil {
|
if err := r.cfg.Graph.AddLightningNode(msg, op...); err != nil {
|
||||||
return errors.Errorf("unable to add node %v to the "+
|
return errors.Errorf("unable to add node %x to the "+
|
||||||
"graph: %v", msg.PubKeyBytes, err)
|
"graph: %v", msg.PubKeyBytes, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user