# 1.5.2 Preparation

- Fixed OSX Build- Fixed force PoW algo version 
- Added AEON test vectors for new PoW Algo
- Changed DonateStrategy to latest XMRig to avoid peaks on donate pool when restarting multiple miners
This commit is contained in:
BenDroid 2018-03-24 23:44:47 +01:00
parent 8b2424b97a
commit ac2980cea7
5 changed files with 21 additions and 9 deletions

View file

@ -58,7 +58,7 @@ protected:
void onResultAccepted(Client *client, const SubmitResult &result, const char *error) override;
private:
void idle();
void idle(int timeout);
void suspend();
static void onTimer(uv_timer_t *handle);