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

@@ -15,7 +15,7 @@
#include <netgroup.h>
#include <node/kernel_notifications.h>
#include <node/warnings.h>
#include <policy/fees.h>
#include <policy/fees/block_policy_estimator.h>
#include <scheduler.h>
#include <txmempool.h>
#include <validation.h>