Skip to content

Commit c5c10fd

Browse files
committed
ephemeral policy doxygen cleanup
1 parent dd9044b commit c5c10fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/policy/ephemeral_policy.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ class TxValidationState;
4343

4444
/** Must be called for each transaction once transaction fees are known.
4545
* Does context-less checks about a single transaction.
46-
* Returns false if the fee is non-zero and dust exists, populating state. True otherwise.
46+
* @returns false if the fee is non-zero and dust exists, populating state. True otherwise.
4747
*/
4848
bool PreCheckEphemeralTx(const CTransaction& tx, CFeeRate dust_relay_rate, CAmount base_fee, CAmount mod_fee, TxValidationState& state);
4949

5050
/** Must be called for each transaction(package) if any dust is in the package.
5151
* Checks that each transaction's parents have their dust spent by the child,
5252
* where parents are either in the mempool or in the package itself.
53-
* The function returns std::nullopt if all dust is properly spent, or the txid of the violating child spend.
53+
* @returns std::nullopt if all dust is properly spent, or the txid of the violating child spend.
5454
*/
5555
std::optional<Txid> CheckEphemeralSpends(const Package& package, CFeeRate dust_relay_rate, const CTxMemPool& tx_pool);
5656

0 commit comments

Comments
 (0)