aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-01-29 16:05:06 +0100
committerMarcoFalke <falke.marco@gmail.com>2017-01-29 16:05:37 +0100
commit0fea960ca917b73aff853fe88476174c8a313863 (patch)
treee07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/txmempool.h
parenta7ea2f8fdbe9392bcbd4a219a42ebd9518d2e2ef (diff)
parentcc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0 (diff)
downloadbitcoin-0fea960ca917b73aff853fe88476174c8a313863.tar.xz
Merge #9510: [trivial] Fix typos in comments
cc16d99 [trivial] Fix typos in comments (practicalswift)
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index f842a07dd6..db1a02455f 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -355,7 +355,7 @@ enum class MemPoolRemovalReason {
* Transactions are added when they are seen on the network (or created by the
* local node), but not all transactions seen are added to the pool. For
* example, the following new transactions will not be added to the mempool:
- * - a transaction which doesn't make the mimimum fee requirements.
+ * - a transaction which doesn't meet the minimum fee requirements.
* - a new transaction that double-spends an input of a transaction already in
* the pool where the new transaction does not meet the Replace-By-Fee
* requirements as defined in BIP 125.