Fix doxygen comment: the transaction is returned in txOut

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

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;