fees: refactor: rename fees to block_policy_estimator

- Also move it to policy/fees and update the includes
This commit is contained in:
ismaelsadeeq
2025-01-09 17:31:05 -05:00
committed by ismaelsadeeq
parent 6dfdd7e034
commit 06db08a435
23 changed files with 25 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
#include <common/messages.h>
#include <consensus/amount.h>
#include <policy/fees.h>
#include <policy/fees/block_policy_estimator.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>

View File

@@ -5,7 +5,7 @@
#include <common/messages.h>
#include <merkleblock.h>
#include <node/types.h>
#include <policy/fees.h>
#include <policy/fees/block_policy_estimator.h>
#include <rpc/util.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>

View File

@@ -3,7 +3,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <kernel/mempool_entry.h>
#include <policy/fees.h>
#include <policy/fees/block_policy_estimator.h>
#include <policy/fees_args.h>
#include <primitives/transaction.h>
#include <streams.h>

View File

@@ -2,7 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <policy/fees.h>
#include <policy/fees/block_policy_estimator.h>
#include <policy/fees_args.h>
#include <streams.h>
#include <test/fuzz/FuzzedDataProvider.h>