Skip to content

Commit fd29348

Browse files
committed
Merge #8993: Trivial: Fix doxygen comment: the transaction is returned in txOut
1d8e12b Fix doxygen comment: the transaction is returned in txOut (Pavel Janík)
2 parents f08222e + 1d8e12b commit fd29348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
15841584
return res;
15851585
}
15861586

1587-
/** Return transaction in tx, and if it was found inside a block, its hash is placed in hashBlock */
1587+
/** Return transaction in txOut, and if it was found inside a block, its hash is placed in hashBlock */
15881588
bool GetTransaction(const uint256 &hash, CTransaction &txOut, const Consensus::Params& consensusParams, uint256 &hashBlock, bool fAllowSlow)
15891589
{
15901590
CBlockIndex *pindexSlow = NULL;

0 commit comments

Comments
 (0)