Skip to content

Commit cc70203

Browse files
fix: 12 char thread name
1 parent 1c52425 commit cc70203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/llmq/signing_shares.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ void CSigSharesManager::Start()
213213
[this] { HousekeepingThreadMain(); });
214214

215215
// Start dispatcher thread
216-
dispatcherThread = std::thread(&util::TraceThread, "sigsh-dispatch",
216+
dispatcherThread = std::thread(&util::TraceThread, "sigsh-dispat",
217217
[this] { WorkDispatcherThreadMain(); });
218218
}
219219

0 commit comments

Comments
 (0)