From 9791cc2bdd7fbb7c39768ffbd58cced06601ed06 Mon Sep 17 00:00:00 2001 From: Greg Sanders Date: Thu, 18 Jul 2024 16:38:41 -0400 Subject: [PATCH] leave fixme --- src/policy/truc_policy.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/policy/truc_policy.cpp b/src/policy/truc_policy.cpp index 885ef27e52a03..8001071f26cf8 100644 --- a/src/policy/truc_policy.cpp +++ b/src/policy/truc_policy.cpp @@ -242,6 +242,7 @@ std::optional> SingleTRUCChecks(const CT return std::nullopt; } +// FIXME move these functions somewhere else bool CheckValidEphemeralTx(const CTransaction& tx, CFeeRate dust_relay_fee, CAmount txfee, TxValidationState& state) { bool has_dust = false;