Skip to content

Commit 973ca1e

Browse files
paveljanikluke-jr
authored andcommitted
Fix doxygen comment: the transaction is returned in txOut
Github-Pull: bitcoin#8993 Rebased-From: 1d8e12b
1 parent 6f86b53 commit 973ca1e

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
@@ -1591,7 +1591,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
15911591
return res;
15921592
}
15931593

1594-
/** Return transaction in tx, and if it was found inside a block, its hash is placed in hashBlock */
1594+
/** Return transaction in txOut, and if it was found inside a block, its hash is placed in hashBlock */
15951595
bool GetTransaction(const uint256 &hash, CTransaction &txOut, const Consensus::Params& consensusParams, uint256 &hashBlock, bool fAllowSlow)
15961596
{
15971597
CBlockIndex *pindexSlow = NULL;

0 commit comments

Comments
 (0)