Skip to content

Commit 1d8e12b

Browse files
committed
Fix doxygen comment: the transaction is returned in txOut
1 parent f08222e commit 1d8e12b

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)