Skip to content
Snippets Groups Projects
Commit 2718e8fd authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

newPrivKey -> newPubKey

parent bd8bb2d0
No related branches found
No related tags found
1 merge request!23Release
......@@ -149,7 +149,7 @@ func RequestAuth(partner, me contact.Contact, message string, rng io.Reader,
//store the in progress auth
if !resend {
err = storage.Auth().AddSent(partner.ID, partner.DhPubKey, newPrivKey,
newPrivKey, confirmFp)
newPubKey, confirmFp)
if err != nil {
return 0, errors.Errorf("Failed to store auth request: %s", err)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment