use resolve_job_type() instead of public

pull/5/head
Ryan Tharp 6 years ago
parent 9805cc153f
commit 9aa5163c81

@ -72,7 +72,8 @@ namespace llarp
bool bool
LinkIntroMessage::HandleMessage(llarp_router* router) const LinkIntroMessage::HandleMessage(llarp_router* router) const
{ {
router->async_verify_RC(RC, !llarp_rc_is_public_router(RC)); //router->async_verify_RC(RC, true);
router->resolve_job_type(RC);
return true; return true;
} }
} // namespace llarp } // namespace llarp

Loading…
Cancel
Save