mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-10 01:02:40 -05:00
Added option --user-agent.
This commit is contained in:
@@ -81,7 +81,7 @@ App::App(int argc, char **argv) :
|
||||
}
|
||||
# endif
|
||||
|
||||
Platform::init();
|
||||
Platform::init(m_options->userAgent());
|
||||
Platform::setProcessPriority(m_options->priority());
|
||||
|
||||
m_network = new Network(m_options);
|
||||
|
||||
Reference in New Issue
Block a user