Skip to content

Commit 2bc5018

Browse files
committed
Fix comment formatting tabs
1 parent 8abe0f5 commit 2bc5018

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/txmempool.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -420,11 +420,11 @@ class CTxMemPool
420420
bool CalculateMemPoolAncestors(const CTxMemPoolEntry &entry, setEntries &setAncestors, uint64_t limitAncestorCount, uint64_t limitAncestorSize, uint64_t limitDescendantCount, uint64_t limitDescendantSize, std::string &errString, bool fSearchForParents = true);
421421

422422
/** The minimum fee to get into the mempool, which may itself not be enough
423-
* for larger-sized transactions.
424-
* The minReasonableRelayFee constructor arg is used to bound the time it
425-
* takes the fee rate to go back down all the way to 0. When the feerate
426-
* would otherwise be half of this, it is set to 0 instead.
427-
*/
423+
* for larger-sized transactions.
424+
* The minReasonableRelayFee constructor arg is used to bound the time it
425+
* takes the fee rate to go back down all the way to 0. When the feerate
426+
* would otherwise be half of this, it is set to 0 instead.
427+
*/
428428
CFeeRate GetMinFee(size_t sizelimit) const;
429429

430430
/** Remove transactions from the mempool until its dynamic size is <= sizelimit. */

0 commit comments

Comments
 (0)