diff options
| author | MarcoFalke <[email protected]> | 2017-11-17 12:54:39 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-03-24 11:17:08 -0400 |
| commit | b55555da3e25a47f1e7fced7f09d4f0bf8198624 (patch) | |
| tree | 551e618067f55d5de6d4b05623202020ce1f626b /src/validation.h | |
| parent | Merge #12772: [CI]: bump travis timeout for make check to 50m (diff) | |
| download | discoin-b55555da3e25a47f1e7fced7f09d4f0bf8198624.tar.xz discoin-b55555da3e25a47f1e7fced7f09d4f0bf8198624.zip | |
rpc: Add testmempoolaccept
Diffstat (limited to 'src/validation.h')
| -rw-r--r-- | src/validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index e780f453b..a658d8c5d 100644 --- a/src/validation.h +++ b/src/validation.h @@ -307,7 +307,7 @@ void PruneBlockFilesManual(int nManualPruneHeight); * plTxnReplaced will be appended to with all transactions replaced from mempool **/ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransactionRef &tx, bool* pfMissingInputs, std::list<CTransactionRef>* plTxnReplaced, - bool bypass_limits, const CAmount nAbsurdFee); + bool bypass_limits, const CAmount nAbsurdFee, bool test_accept=false); /** Convert CValidationState to a human-readable message for logging */ std::string FormatStateMessage(const CValidationState &state); |