Browse Source

Fix doxygen comment: the transaction is returned in txOut

0.14
Pavel Janík 8 years ago
parent
commit
1d8e12ba48
  1. 2
      src/main.cpp

2
src/main.cpp

@ -1584,7 +1584,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa @@ -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;

Loading…
Cancel
Save