From f131a1d725a1213275bb60fb06116f649b5ea2a9 Mon Sep 17 00:00:00 2001 From: BitMaker Date: Sun, 30 Jul 2023 13:19:01 +0200 Subject: [PATCH] 48Khs custom sha --- src/mining.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mining.cpp b/src/mining.cpp index c686b31..7db527e 100644 --- a/src/mining.cpp +++ b/src/mining.cpp @@ -360,8 +360,8 @@ void runMiner(void * task_id) { nonce += 2; } // exit if found a valid result or nonce > MAX_NONCE - wc_Sha256Free(&sha256); - wc_Sha256Free(midstate); + //wc_Sha256Free(&sha256); + //wc_Sha256Free(midstate); mMiner.inRun = false; Serial.print(">>> Finished job waiting new data from pool");