Skip to content

Commit e325e0f

Browse files
committed
doc: Fix comment syntax error
1 parent b1329b7 commit e325e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel/mempool_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CBlockPolicyEstimator;
1818

1919
/** Default for -maxmempool, maximum megabytes of mempool memory usage */
2020
static constexpr unsigned int DEFAULT_MAX_MEMPOOL_SIZE_MB{300};
21-
//** Default for -maxmempool when blocksonly is set */
21+
/** Default for -maxmempool when blocksonly is set */
2222
static constexpr unsigned int DEFAULT_BLOCKSONLY_MAX_MEMPOOL_SIZE_MB{5};
2323
/** Default for -mempoolexpiry, expiration time for mempool transactions in hours */
2424
static constexpr unsigned int DEFAULT_MEMPOOL_EXPIRY_HOURS{336};

0 commit comments

Comments
 (0)