diff options
author | MacroFake <falke.marco@gmail.com> | 2022-10-10 14:27:31 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-10-18 14:02:09 +0200 |
commit | fad7f2239c74a4db31b3023f2bcaf1f0852453f8 (patch) | |
tree | d066e0dc17b034ec4d815d9e014e3d21ff78fb46 /src/wallet | |
parent | ba441d493ce6543c63c923596004b7ce0409cba2 (diff) |
test: Remove unused txmempool include from tests
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/test/feebumper_tests.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/test/feebumper_tests.cpp b/src/wallet/test/feebumper_tests.cpp index 6add86dc3d..2480a9b4e1 100644 --- a/src/wallet/test/feebumper_tests.cpp +++ b/src/wallet/test/feebumper_tests.cpp @@ -2,6 +2,8 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php. +#include <consensus/validation.h> +#include <policy/policy.h> #include <primitives/transaction.h> #include <script/script.h> #include <util/strencodings.h> |