mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-17 04:11:33 +02:00
Add description for m_test_accept
This commit is contained in:
parent
867f6af803
commit
57ee3029dd
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user