Skip to content

Commit

Permalink
refactor log format
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalws committed Sep 3, 2020
1 parent 973d16d commit 98bf364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3312,7 +3312,7 @@ bool CWallet::CreateCoinStake(const CKeyStore& keystore, unsigned int nBits, con
nCredit += nRewardPiece + nReward % nMPoS;
}

LogPrintf("[PoS] Create coin stake for block: %d\n Reward: %d\n", nHeight, nReward);
LogPrintf("[PoS] Create coin stake for block: %d, Reward: %d\n", nHeight, nReward);
}

if (nCredit >= GetStakeSplitThreshold()) {
Expand Down

0 comments on commit 98bf364

Please sign in to comment.