aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2015-10-14 12:46:20 -0700
committerMatt Corallo <git@bluematt.me>2015-10-14 12:46:20 -0700
commit2bc50187ee6b6a3e4dfaa23bf292d63ad2915945 (patch)
tree2d2ecb3c1613d156190db4e859d7835b39864753
parent8abe0f56584ff49ad250115eb1f0a9ac8f9cf0ca (diff)
downloadbitcoin-2bc50187ee6b6a3e4dfaa23bf292d63ad2915945.tar.xz
Fix comment formatting tabs
-rw-r--r--src/txmempool.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index 319b972c3a..d44995eefe 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -420,11 +420,11 @@ public:
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);
/** The minimum fee to get into the mempool, which may itself not be enough
- * for larger-sized transactions.
- * The minReasonableRelayFee constructor arg is used to bound the time it
- * takes the fee rate to go back down all the way to 0. When the feerate
- * would otherwise be half of this, it is set to 0 instead.
- */
+ * for larger-sized transactions.
+ * The minReasonableRelayFee constructor arg is used to bound the time it
+ * takes the fee rate to go back down all the way to 0. When the feerate
+ * would otherwise be half of this, it is set to 0 instead.
+ */
CFeeRate GetMinFee(size_t sizelimit) const;
/** Remove transactions from the mempool until its dynamic size is <= sizelimit. */