Skip to content

Commit

Permalink
Log kernel found (#1420)
Browse files Browse the repository at this point in the history
Co-authored-by: Prasanna Loganathar <[email protected]>
  • Loading branch information
Jouzo and prasannavl authored Aug 25, 2022
1 parent c8e61e6 commit 4c17904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ namespace pos {
if (pos::CheckKernelHash(stakeModifier, nBits, creationHeight, blockTime, blockHeight, masternodeID, chainparams.GetConsensus(),
subNodesBlockTime, timelock, ctxState))
{
LogPrint(BCLog::STAKING, "MakeStake: kernel found\n");
LogPrintf("MakeStake: kernel found\n");

found = true;
break;
Expand Down

0 comments on commit 4c17904

Please sign in to comment.