mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 03:02:37 +02:00
Add description for m_test_accept
This commit is contained in:
@@ -455,6 +455,7 @@ public:
|
|||||||
* the mempool.
|
* the mempool.
|
||||||
*/
|
*/
|
||||||
std::vector<COutPoint>& m_coins_to_uncache;
|
std::vector<COutPoint>& m_coins_to_uncache;
|
||||||
|
/** When true, the transaction or package will not be submitted to the mempool. */
|
||||||
const bool m_test_accept;
|
const bool m_test_accept;
|
||||||
/** Whether we allow transactions to replace mempool transactions by BIP125 rules. If false,
|
/** Whether we allow transactions to replace mempool transactions by BIP125 rules. If false,
|
||||||
* any transaction spending the same inputs as a transaction in the mempool is considered
|
* any transaction spending the same inputs as a transaction in the mempool is considered
|
||||||
|
|||||||
Reference in New Issue
Block a user