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;