mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
Merge pull request #343 from majestrate/fix-convotag-issue
unconditional reply in dht
This commit is contained in:
commit
61fc62a4cd
@ -55,12 +55,10 @@ namespace llarp
|
||||
{
|
||||
resultHandler(valuesFound);
|
||||
}
|
||||
else
|
||||
{
|
||||
if(whoasked.node != parent->OurKey())
|
||||
parent->DHTSendTo(
|
||||
whoasked.node.as_array(),
|
||||
new GotRouterMessage({}, whoasked.txid, valuesFound, false));
|
||||
}
|
||||
new GotRouterMessage({}, whoasked.txid, valuesFound, false), false);
|
||||
}
|
||||
} // namespace dht
|
||||
} // namespace llarp
|
||||
|
Loading…
Reference in New Issue
Block a user