Move minRelayTxFee to policy/settings

Also fix includes using iwyu
This commit is contained in:
MacroFake
2022-05-31 13:30:23 +02:00
parent 5f65afff9c
commit fa4068b4e2
19 changed files with 83 additions and 19 deletions

View File

@@ -3,8 +3,8 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <consensus/amount.h>
#include <policy/feerate.h>
#include <tinyformat.h>
#include <cmath>