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)
This commit is contained in:
Wladimir J. van der Laan 2016-10-24 09:18:16 +02:00
commit fd29348dbe
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -1584,7 +1584,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
return res;
}
/** Return transaction in tx, and if it was found inside a block, its hash is placed in hashBlock */
/** Return transaction in txOut, and if it was found inside a block, its hash is placed in hashBlock */
bool GetTransaction(const uint256 &hash, CTransaction &txOut, const Consensus::Params& consensusParams, uint256 &hashBlock, bool fAllowSlow)
{
CBlockIndex *pindexSlow = NULL;