mining performance boost

This commit is contained in:
Michael Toutonghi
2018-06-10 00:12:28 -07:00
parent cf98848cd4
commit 20ab1c9174
6 changed files with 75 additions and 6 deletions

View File

@@ -1053,7 +1053,7 @@ int32_t CWallet::VerusStakeTransaction(CMutableTransaction &txNew, uint32_t &bnT
if (!VerusSelectStakeOutput(hashResult, stakeSource, voutNum, tipindex->nHeight + 1, target) ||
!Solver(stakeSource.vout[voutNum].scriptPubKey, whichType, vSolutions))
{
LogPrintf("No eligible staking transaction found");
LogPrintf("No eligible staking transaction found\n");
return 0;
}