|
|
|
@ -257,6 +257,8 @@ void PruneAndFlush();
|
|
|
|
|
bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransaction &tx, bool fLimitFree,
|
|
|
|
|
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 {
|
|
|
|
|
int nMisbehavior;
|
|
|
|
|