Skip to content

Commit

Permalink
Fix doxygen comment: the transaction is returned in txOut
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanik committed Oct 21, 2016
1 parent f08222e commit 1d8e12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 1d8e12b

Please sign in to comment.