Update stratum.cpp

This commit is contained in:
Ralph 2024-03-01 15:50:22 -05:00 committed by GitHub
parent b0cb82cb0e
commit 2f4fa35ec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -479,4 +479,3 @@ void *stratum_thread(void *p)
pthread_detach(thread);
}
}