Skip to content

Commit

Permalink
cleanup: Remove unused DEFAULT_MEMPOOL_FULL_RBF constant
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Jun 6, 2024
1 parent d04e65b commit dacfcbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kernel/mempool_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ static constexpr unsigned int DEFAULT_MAX_MEMPOOL_SIZE_MB{300};
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};
/** Default for -mempoolfullrbf, if the transaction replaceability signaling is ignored */
static constexpr bool DEFAULT_MEMPOOL_FULL_RBF{false};
/** Whether to fall back to legacy V1 serialization when writing mempool.dat */
static constexpr bool DEFAULT_PERSIST_V1_DAT{false};
/** Default for -acceptnonstdtxn */
Expand Down

0 comments on commit dacfcbe

Please sign in to comment.