aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/mempool_options.h
diff options
context:
space:
mode:
authorwillcl-ark <will@256k1.dev>2023-01-30 10:24:59 +0000
committerwillcl-ark <will@256k1.dev>2023-01-30 10:26:02 +0000
commite325e0fccba4981d28053b79473ddaa44355e6e8 (patch)
treec4938289c0460d58c26856c83d7fee04196dd93f /src/kernel/mempool_options.h
parentb1329b7523ede407ba48c67644c199c8257f852a (diff)
doc: Fix comment syntax error
Diffstat (limited to 'src/kernel/mempool_options.h')
-rw-r--r--src/kernel/mempool_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/mempool_options.h b/src/kernel/mempool_options.h
index a5a0bae86d..beb5fca5e9 100644
--- a/src/kernel/mempool_options.h
+++ b/src/kernel/mempool_options.h
@@ -18,7 +18,7 @@ class CBlockPolicyEstimator;
/** Default for -maxmempool, maximum megabytes of mempool memory usage */
static constexpr unsigned int DEFAULT_MAX_MEMPOOL_SIZE_MB{300};
-//** Default for -maxmempool when blocksonly is set */
+/** Default for -maxmempool when blocksonly is set */
static constexpr unsigned int DEFAULT_BLOCKSONLY_MAX_MEMPOOL_SIZE_MB{5};
/** Default for -mempoolexpiry, expiration time for mempool transactions in hours */
static constexpr unsigned int DEFAULT_MEMPOOL_EXPIRY_HOURS{336};