Add warning when we found a null RC for a DHT lookup

pull/1041/head
Stephen Shelton 4 years ago
parent 08149112b2
commit c92e7ae5c7
No known key found for this signature in database
GPG Key ID: 09082714F73FAA22

@ -48,6 +48,10 @@ namespace llarp
valuesFound.resize(1);
valuesFound[0] = found;
}
else
{
llarp::LogWarn("We found a null RC for dht request, dropping it");
}
}
routing::DHTMessage msg;
msg.M.emplace_back(new GotRouterMessage(parent->OurKey(), whoasked.txid,

Loading…
Cancel
Save