aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-02-02 13:40:54 +0100
committerMarcoFalke <falke.marco@gmail.com>2016-02-02 13:39:23 +0100
commitfa1193e25440671300f428670c14dd15110f7714 (patch)
tree7fdccd744a83fee070e4b08848aef2d77b576578 /src
parentfa331db68bcc68e4c93fb45aaa30f911b0ecfe1a (diff)
downloadbitcoin-fa1193e25440671300f428670c14dd15110f7714.tar.xz
[doxygen] Actually display comment
Diffstat (limited to 'src')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 6f87d17f92..fccc14b9ec 100644
--- a/src/main.h
+++ b/src/main.h
@@ -149,7 +149,7 @@ extern CFeeRate minRelayTxFee;
/** Absolute maximum transaction fee (in satoshis) used by wallet and mempool (rejects high fee in sendrawtransaction) */
extern CAmount maxTxFee;
extern bool fAlerts;
-/* If the tip is older than this (in seconds), the node is considered to be in initial block download. */
+/** If the tip is older than this (in seconds), the node is considered to be in initial block download. */
extern int64_t nMaxTipAge;
extern bool fPermitReplacement;