mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Move minRelayTxFee to policy/settings
Also fix includes using iwyu
This commit is contained in:
parent
5f65afff9c
commit
fa4068b4e2
19 changed files with 83 additions and 19 deletions
|
|
@ -4,11 +4,19 @@
|
|||
|
||||
#include <policy/rbf.h>
|
||||
|
||||
#include <policy/settings.h>
|
||||
#include <consensus/amount.h>
|
||||
#include <policy/feerate.h>
|
||||
#include <primitives/transaction.h>
|
||||
#include <sync.h>
|
||||
#include <tinyformat.h>
|
||||
#include <txmempool.h>
|
||||
#include <uint256.h>
|
||||
#include <util/moneystr.h>
|
||||
#include <util/rbf.h>
|
||||
|
||||
#include <limits>
|
||||
#include <vector>
|
||||
|
||||
RBFTransactionState IsRBFOptIn(const CTransaction& tx, const CTxMemPool& pool)
|
||||
{
|
||||
AssertLockHeld(pool.cs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue