mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
...from amount.o to policy/feerate.o Policy, because it moves policy code to the policy directory (common module)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "wallet/coincontrol.h"
|
||||
#include "validation.h"
|
||||
#include "net.h"
|
||||
#include "policy/feerate.h"
|
||||
#include "policy/fees.h"
|
||||
#include "policy/policy.h"
|
||||
#include "policy/rbf.h"
|
||||
|
||||
Reference in New Issue
Block a user