From 14d104e93faa702a38135391f7271e380ac16f0b Mon Sep 17 00:00:00 2001 From: miketout Date: Sat, 5 May 2018 08:23:05 -0700 Subject: [PATCH] Fix error --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 4c62aaaff..d619551f8 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -863,7 +863,7 @@ void static BitcoinMiner_noeq() LogPrintf("KomodoMiner using %s algorithm:\n", ASSETCHAINS_ALGORITHMS[ASSETCHAINS_ALGO]); LogPrintf("proof-of-work found \n hash: %s \ntarget: %s\n", pblock->GetHash().GetHex(), hashTarget.GetHex()); - printf("Found block %d \n", Mining_height, ); + printf("Found block %d \n", Mining_height ); printf("mining reward %.8f %s!", (double)subsidy / (double)COIN, ASSETCHAINS_SYMBOL); printf(" hash: %s \ntarget: %s\n", pblock->GetHash().GetHex().c_str(), hashTarget.GetHex().c_str()); if (unlockTime > Mining_height && subsidy >= ASSETCHAINS_TIMELOCKGTE)