flood encrypted LeaseSet2 with store hash

This commit is contained in:
orignal 2019-06-08 21:23:25 -04:00
parent 41f4f4713e
commit f6f45eab39
3 changed files with 4 additions and 4 deletions

View file

@ -909,7 +909,7 @@ namespace data
else if (!leaseSet->IsExpired ()) // we don't send back our LeaseSets
{
LogPrint (eLogDebug, "NetDb: requested LeaseSet ", key, " found");
replyMsg = CreateDatabaseStoreMsg (leaseSet);
replyMsg = CreateDatabaseStoreMsg (ident, leaseSet);
}
}