aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2016-10-21 23:42:37 +0200
committerPavel Janík <Pavel@Janik.cz>2016-10-21 23:42:37 +0200
commit1d8e12ba48154b2c59213e92efb50958d430a007 (patch)
treebc6e1a6324127be31bd198cb006f9d004e4c19b8 /src
parentf08222e882b18c1f279308636e03beceece2dbf1 (diff)
downloadbitcoin-1d8e12ba48154b2c59213e92efb50958d430a007.tar.xz
Fix doxygen comment: the transaction is returned in txOut
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index df4f5e3959..4e1c20de2a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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;