diff --git a/README.md b/README.md index 50ab830b..b3891202 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ For failover you can add multiple pools, maximum count not limited. Also you can use configuration via config file, default **config.json**. You can load multiple config files and combine it with command line options. ## Algorithm variations -Since version 0.8.0. +Since version 0.8.0.1 * `--av=1` For CPUs with hardware AES. * `--av=2` Lower power mode (double hash) of `1`. * `--av=3` Software AES implementation. diff --git a/src/App_unix.cpp b/src/App_unix.cpp index 66957208..95675a34 100644 --- a/src/App_unix.cpp +++ b/src/App_unix.cpp @@ -26,8 +26,7 @@ #include #include #include - - +//--- #include "App.h" #include "Cpu.h" #include "log/Log.h"