routing: log node pubkey as hex

This commit is contained in:
George Tsagkarelis
2023-04-25 21:27:24 +03:00
parent 4355ce62d2
commit dd93fc2539

View File

@@ -1434,7 +1434,7 @@ func (r *ChannelRouter) processUpdate(msg interface{},
}
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)
}