Merge remote-tracking branch 'refs/remotes/xmrig/master'
Conflicts: CHANGELOG.md README.md src/App.cpp src/App.h src/Cpu.cpp src/Options.cpp src/Options.h src/crypto/CryptoNight_arm.h src/crypto/CryptoNight_x86.h src/version.h
This commit is contained in:
commit
892c7207fb
8 changed files with 76 additions and 56 deletions
|
@ -147,6 +147,13 @@ int App::start()
|
|||
|
||||
Summary::print();
|
||||
|
||||
if (m_options->dryRun()) {
|
||||
LOG_NOTICE("OK");
|
||||
release();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
# ifndef XMRIG_NO_API
|
||||
Api::start();
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue