mark success on profiles and remove pending lookup

pull/477/head
Jeff Becker 5 years ago
parent 965b0957ee
commit aea9944c3d
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -853,6 +853,8 @@ namespace llarp
job->hook = nullptr;
job->rc = msg->R[0];
llarp_nodedb_async_verify(job);
router->routerProfiling().MarkSuccess(msg->R[0].pubkey);
m_PendingRouters.erase(itr);
return true;
}
return success;

Loading…
Cancel
Save