diff --git a/llarp/link_intro.cpp b/llarp/link_intro.cpp index 38d394d1a..911b87800 100644 --- a/llarp/link_intro.cpp +++ b/llarp/link_intro.cpp @@ -72,7 +72,8 @@ namespace llarp bool 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; } } // namespace llarp