aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-10-25 03:01:20 +0100
committerMarcoFalke <falke.marco@gmail.com>2015-11-03 08:53:37 +0100
commit53238ff0b1085352e4aaa796d0e473551e573143 (patch)
tree62fce450d78982cedc2533d8bef1705e57304cef /src/main.cpp
parentabd8b768ee889f28b3d2bc209307a9867a973556 (diff)
downloadbitcoin-53238ff0b1085352e4aaa796d0e473551e573143.tar.xz
Clarify what minrelaytxfee does
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 30df2744a3..c340bcd5c4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -74,7 +74,7 @@ size_t nCoinCacheUsage = 5000 * 300;
uint64_t nPruneTarget = 0;
bool fAlerts = DEFAULT_ALERTS;
-/** Fees smaller than this (in satoshi) are considered zero fee (for relaying and mining) */
+/** Fees smaller than this (in satoshi) are considered zero fee (for relaying, mining and transaction creation) */
CFeeRate minRelayTxFee = CFeeRate(1000);
CTxMemPool mempool(::minRelayTxFee);