Skip to content

Commit

Permalink
leave fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Jul 18, 2024
1 parent 9494324 commit 9791cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/policy/truc_policy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ std::optional<std::pair<std::string, CTransactionRef>> 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;
Expand Down

0 comments on commit 9791cc2

Please sign in to comment.