Fix doxygen comment: the transaction is returned in txOut

Github-Pull: #8993
Rebased-From: 1d8e12ba48
This commit is contained in:
Pavel Janík 2016-10-21 23:42:37 +02:00 committed by Luke Dashjr
parent 6f86b53643
commit 973ca1e491
1 changed files with 1 additions and 1 deletions

View File

@ -1591,7 +1591,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;