|
|
|
@ -812,8 +812,8 @@ std::string FormatStateMessage(const CValidationState &state)
@@ -812,8 +812,8 @@ std::string FormatStateMessage(const CValidationState &state)
|
|
|
|
|
state.GetRejectCode()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
bool AcceptToMemoryPoolWorker(CTxMemPool& pool, CValidationState &state, const CTransaction &tx, bool fLimitFree, |
|
|
|
|
bool* pfMissingInputs, bool fOverrideMempoolLimit, CAmount nAbsurdFee, |
|
|
|
|
bool AcceptToMemoryPoolWorker(CTxMemPool& pool, CValidationState& state, const CTransaction& tx, bool fLimitFree, |
|
|
|
|
bool* pfMissingInputs, bool fOverrideMempoolLimit, const CAmount nAbsurdFee, |
|
|
|
|
std::vector<uint256>& vHashTxnToUncache) |
|
|
|
|
{ |
|
|
|
|
const uint256 hash = tx.GetHash(); |
|
|
|
|