This commit is contained in:
Jeff Becker 2018-09-08 12:54:37 -04:00
parent 751b86d8c3
commit 0f97494998
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -264,7 +264,7 @@ namespace llarp
return false;
// update pubkey
pub.Update(llarp::seckey_topublic(enckey),
llarp::seckey_topublic(pubkey));
llarp::seckey_topublic(signkey));
return true;
}