mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
forgot a change
This commit is contained in:
parent
331a13ce0b
commit
751b86d8c3
@ -260,7 +260,12 @@ namespace llarp
|
|||||||
return false;
|
return false;
|
||||||
// decode
|
// decode
|
||||||
inf.read((char*)buf.base, sz);
|
inf.read((char*)buf.base, sz);
|
||||||
return BDecode(&buf);
|
if(!BDecode(&buf))
|
||||||
|
return false;
|
||||||
|
// update pubkey
|
||||||
|
pub.Update(llarp::seckey_topublic(enckey),
|
||||||
|
llarp::seckey_topublic(pubkey));
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user