aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-10-24 09:18:16 +0200
committerWladimir J. van der Laan <[email protected]>2016-10-24 09:18:27 +0200
commitfd29348dbe82abb3a315d6226332c7470c2c88f2 (patch)
treebc6e1a6324127be31bd198cb006f9d004e4c19b8 /src/main.cpp
parentMerge #8982: Eliminating Inconsistencies in Textual Output (diff)
parentFix doxygen comment: the transaction is returned in txOut (diff)
downloaddiscoin-fd29348dbe82abb3a315d6226332c7470c2c88f2.tar.xz
discoin-fd29348dbe82abb3a315d6226332c7470c2c88f2.zip
Merge #8993: Trivial: Fix doxygen comment: the transaction is returned in txOut
1d8e12b Fix doxygen comment: the transaction is returned in txOut (Pavel Janík)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index df4f5e395..4e1c20de2 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;