mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +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:
@@ -14,6 +14,7 @@
|
||||
#include "coins.h"
|
||||
#include "fs.h"
|
||||
#include "protocol.h" // For CMessageHeader::MessageStartChars
|
||||
#include "policy/feerate.h"
|
||||
#include "script/script_error.h"
|
||||
#include "sync.h"
|
||||
#include "versionbits.h"
|
||||
|
||||
Reference in New Issue
Block a user