Merge pull request #7635 from GeorgeTsagk/node-sync-err

routing: log node pubkey as hex
This commit is contained in:
Oliver Gugger 2023-04-26 08:59:07 +02:00 committed by GitHub
commit fdc1ae9d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
}