Skip to content
Snippets Groups Projects
Commit 5a70616e authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fix print

parent de8b8719
No related branches found
No related tags found
3 merge requests!67Release,!60Hotfic/preimage,!55fully implemented trial hashing of identity fingerprints. Needs tests.
......@@ -145,10 +145,10 @@ func buildSlotMessage(msg format.Message, recipient *id.ID, target *id.ID,
var preimage []byte
if param.IdentityPreimage != nil {
preimage = param.IdentityPreimage
jww.INFO.Printf("Sending to %s with override preimage %v", preimage)
jww.INFO.Printf("Sending to %s with override preimage %v", recipient, preimage)
}else{
preimage = preimage2.MakeDefault(recipient)
jww.INFO.Printf("Sending to %s with default preimage %v", preimage)
jww.INFO.Printf("Sending to %s with default preimage %v", recipient, preimage)
}
// Set the identity fingerprint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment