From d386a0439eccfde8df2cb06e80152c178cd23711 Mon Sep 17 00:00:00 2001 From: Duke Date: Thu, 14 Dec 2023 19:34:35 -0800 Subject: [PATCH] Remove unused variables --- src/miner.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 43a6ff240..a5aba46c4 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1599,7 +1599,6 @@ void static RamhashMiner() LogPrintf("Running HushRamhashMiner with %u transactions in block (%u bytes)\n",pblock->vtx.size(),::GetSerializeSize(*pblock,SER_NETWORK,PROTOCOL_VERSION)); // Search - arith_uint256 bnMaxPoSdiff; int mids[256],nonzpkeys,i,j,externalflag; uint32_t savebits; int64_t nStart = GetTime(); pblock->nBits = GetNextWorkRequired(pindexPrev, pblock, Params().GetConsensus());