mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02: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:
parent
330bb5a456
commit
381a46e38f
16 changed files with 70 additions and 46 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#include "netbase.h"
|
||||
#include "net.h"
|
||||
#include "net_processing.h"
|
||||
#include "policy/feerate.h"
|
||||
#include "policy/fees.h"
|
||||
#include "policy/policy.h"
|
||||
#include "rpc/server.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue