mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +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
|
|
@ -8,6 +8,7 @@
|
|||
#include <core_io.h>
|
||||
#include <fs.h>
|
||||
#include <policy/rbf.h>
|
||||
#include <policy/settings.h>
|
||||
#include <primitives/transaction.h>
|
||||
#include <rpc/server.h>
|
||||
#include <rpc/server_util.h>
|
||||
|
|
@ -15,7 +16,6 @@
|
|||
#include <txmempool.h>
|
||||
#include <univalue.h>
|
||||
#include <util/moneystr.h>
|
||||
#include <validation.h>
|
||||
|
||||
using node::DEFAULT_MAX_RAW_TX_FEE_RATE;
|
||||
using node::NodeContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue