We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90831fe commit 320248aCopy full SHA for 320248a
src/policy/policy.h
@@ -24,7 +24,7 @@ static constexpr unsigned int DEFAULT_BLOCK_MAX_WEIGHT{MAX_BLOCK_WEIGHT - 4000};
24
/** Default for -blockmintxfee, which sets the minimum feerate for a transaction in blocks created by mining code **/
25
static constexpr unsigned int DEFAULT_BLOCK_MIN_TX_FEE{1000};
26
/** The maximum weight for transactions we're willing to relay/mine */
27
-static constexpr int32_t MAX_STANDARD_TX_WEIGHT{4000000}
+static constexpr int32_t MAX_STANDARD_TX_WEIGHT{4000000};
28
/** The minimum non-witness size for transactions we're willing to relay/mine: one larger than 64 */
29
static constexpr unsigned int MIN_STANDARD_TX_NONWITNESS_SIZE{65};
30
/** Maximum number of signature check operations in an IsStandard() P2SH script */
0 commit comments