mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
Add description for m_test_accept
This commit is contained in:
parent
867f6af803
commit
57ee3029dd
1 changed files with 1 additions and 0 deletions
|
@ -455,6 +455,7 @@ public:
|
|||
* the mempool.
|
||||
*/
|
||||
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;
|
||||
/** 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
|
||||
|
|
Loading…
Add table
Reference in a new issue