diff --git a/llarp/context.cpp b/llarp/context.cpp index f364e2dc5..08d18819c 100644 --- a/llarp/context.cpp +++ b/llarp/context.cpp @@ -64,7 +64,7 @@ namespace llarp config->router.workerThreads = 1; worker = std::make_shared< llarp::thread::ThreadPool >( - config->router.workerThreads, 1024, "llarp-cryptoworker"); + config->router.workerThreads, 1024, "llarp-worker"); nodedb_dir = config->netdb.nodedb_dir;