|
|
@ -257,6 +257,8 @@ void PruneAndFlush(); |
|
|
|
bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransaction &tx, bool fLimitFree, |
|
|
|
bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransaction &tx, bool fLimitFree, |
|
|
|
bool* pfMissingInputs, bool fOverrideMempoolLimit=false, bool fRejectAbsurdFee=false); |
|
|
|
bool* pfMissingInputs, bool fOverrideMempoolLimit=false, bool fRejectAbsurdFee=false); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** Convert CValidationState to a human-readable message for logging */ |
|
|
|
|
|
|
|
std::string FormatStateMessage(const CValidationState &state); |
|
|
|
|
|
|
|
|
|
|
|
struct CNodeStateStats { |
|
|
|
struct CNodeStateStats { |
|
|
|
int nMisbehavior; |
|
|
|
int nMisbehavior; |
|
|
|