From ac6868faee735712d313614d84a9654fee1716eb Mon Sep 17 00:00:00 2001 From: xcube Date: Mon, 18 Dec 2017 14:37:31 +0100 Subject: [PATCH] Minor change #01 --- README.md | 2 +- src/App_unix.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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"