Skip to content

Commit 36f5ee5

Browse files
author
Chethan Krishna
committed
Add a new line to print
1 parent c8458bf commit 36f5ee5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2655,7 +2655,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin
26552655
// retrieve logical timestamp of the previous block
26562656
if (pindex->pprev)
26572657
if (!pblocktree->ReadTimestampBlockIndex(pindex->pprev->GetBlockHash(), prevLogicalTS))
2658-
LogPrintf("%s: Failed to read previous block's logical timestamp", __func__);
2658+
LogPrintf("%s: Failed to read previous block's logical timestamp\n", __func__);
26592659

26602660
if (logicalTS <= prevLogicalTS) {
26612661
logicalTS = prevLogicalTS + 1;

src/rpcblockchain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ UniValue getrawmempool(const UniValue& params, bool fHelp)
275275
return mempoolToJSON(fVerbose);
276276
}
277277

278-
279278
UniValue getblockhashes(const UniValue& params, bool fHelp)
280279
{
281280
if (fHelp || params.size() < 2)

0 commit comments

Comments
 (0)