try to get vjoinsplit size

This commit is contained in:
blackjok3r
2018-11-01 22:29:36 +08:00
parent 0e9c871b74
commit 993ada0a73
2 changed files with 20 additions and 23 deletions

View File

@@ -267,7 +267,7 @@ void PruneAndFlush();
/** (try to) add transaction to memory pool **/
bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransaction &tx, bool fLimitFree,
bool* pfMissingInputs, bool fRejectAbsurdFee=false, bool fNullifiers=false);
bool* pfMissingInputs, bool fRejectAbsurdFee=false);
struct CNodeStateStats {