Skip to content

Commit

Permalink
policy: Bump DEFAULT_BLOCK_MIN_TX_FEE to 100000
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed May 5, 2024
1 parent 187f79a commit 5cd7248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policy/policy.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CScript;
/** Default for -blockmaxweight, which controls the range of block weights the mining code will create **/
static constexpr unsigned int DEFAULT_BLOCK_MAX_WEIGHT{MAX_BLOCK_WEIGHT - 4000};
/** Default for -blockmintxfee, which sets the minimum feerate for a transaction in blocks created by mining code **/
static constexpr unsigned int DEFAULT_BLOCK_MIN_TX_FEE{10000};
static constexpr unsigned int DEFAULT_BLOCK_MIN_TX_FEE{100000};
/** The maximum weight for transactions we're willing to relay/mine */
static constexpr int32_t MAX_STANDARD_TX_WEIGHT{400000};
/** The minimum non-witness size for transactions we're willing to relay/mine: one larger than 64 */
Expand Down

0 comments on commit 5cd7248

Please sign in to comment.