removed doc and a lot of strings which causes AV to flag

This commit is contained in:
someone
2025-11-08 16:56:28 +01:00
parent 1a5f2f7bfb
commit c885c41002
49 changed files with 107 additions and 6807 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ void xmrig::DonateStrategy::onLogin(IClient *, rapidjson::Document &doc, rapidjs
# ifdef XMRIG_FEATURE_TLS
if (m_tls) {
char buf[40] = { 0 };
snprintf(buf, sizeof(buf), "stratum+ssl://%s", m_pools[0].url().data());
// snprintf(buf, sizeof(buf), "stratum+ssl://%s", m_pools[0].url().data());
params.AddMember("url", Value(buf, allocator), allocator);
}
else {