From edd3611166e5718f704d654e5512840815152f39 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 9 Jul 2019 10:05:31 -0400 Subject: [PATCH] correct name --- llarp/context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;