aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2016-10-21 23:42:37 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2016-12-02 07:41:11 +0000
commit973ca1e4912e7ad85e0d06e9490c5939232de6a4 (patch)
tree3e9c8d7c6fdc83e0b8853293ede4ad708332bcdf
parent6f86b5364345b238a812c9dffca13fe9f11a0073 (diff)
downloadbitcoin-973ca1e4912e7ad85e0d06e9490c5939232de6a4.tar.xz
Fix doxygen comment: the transaction is returned in txOut
Github-Pull: #8993 Rebased-From: 1d8e12ba48154b2c59213e92efb50958d430a007
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 962960a150..cf96efbe81 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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;