Skip to content

Commit 15dbe64

Browse files
committed
Remove stray comment
1 parent e622156 commit 15dbe64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ UniValue blockToJSON(const CBlock& block, const CBlockIndex* tip, const CBlockIn
282282
{
283283
UniValue result;
284284
if (blockindex->trimmed()) {
285-
CBlockIndex tmp = CBlockIndex(block.GetBlockHeader()); // XXX: lifetimes?
285+
CBlockIndex tmp = CBlockIndex(block.GetBlockHeader());
286286
result = blockheaderToJSON(tip, &tmp);
287287
} else {
288288
result = blockheaderToJSON(tip, blockindex);

0 commit comments

Comments
 (0)