From 98bf36451f0f6b4aa8d8abd9ac0e41030f3cea3c Mon Sep 17 00:00:00 2001 From: Bilal Date: Thu, 3 Sep 2020 19:40:00 +0700 Subject: [PATCH] refactor log format --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index cc5693f..4362b14 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -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()) {