Skip to content

Commit 320248a

Browse files
committed
syntax fix
1 parent 90831fe commit 320248a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/policy/policy.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static constexpr unsigned int DEFAULT_BLOCK_MAX_WEIGHT{MAX_BLOCK_WEIGHT - 4000};
2424
/** Default for -blockmintxfee, which sets the minimum feerate for a transaction in blocks created by mining code **/
2525
static constexpr unsigned int DEFAULT_BLOCK_MIN_TX_FEE{1000};
2626
/** The maximum weight for transactions we're willing to relay/mine */
27-
static constexpr int32_t MAX_STANDARD_TX_WEIGHT{4000000}
27+
static constexpr int32_t MAX_STANDARD_TX_WEIGHT{4000000};
2828
/** The minimum non-witness size for transactions we're willing to relay/mine: one larger than 64 */
2929
static constexpr unsigned int MIN_STANDARD_TX_NONWITNESS_SIZE{65};
3030
/** Maximum number of signature check operations in an IsStandard() P2SH script */

0 commit comments

Comments
 (0)