mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
don't verify signature twice
This commit is contained in:
parent
b1c701085b
commit
7db2e9dc4a
3 changed files with 4 additions and 4 deletions
|
@ -242,7 +242,7 @@ namespace data
|
|||
{
|
||||
if(it->second->GetExpirationTime() < expires)
|
||||
{
|
||||
it->second->Update (buf, len);
|
||||
it->second->Update (buf, len, false); // signature is verified already
|
||||
LogPrint (eLogInfo, "NetDb: LeaseSet updated: ", ident.ToBase32());
|
||||
updated = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue