Skip to content

Commit

Permalink
Update policy.h
Browse files Browse the repository at this point in the history
Increased transaction weight
  • Loading branch information
Cminor-pools committed Jan 18, 2023
1 parent 064c7b7 commit a87db37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policy/policy.h
Expand Up @@ -23,7 +23,7 @@ static const unsigned int DEFAULT_BLOCK_MAX_WEIGHT = 3000000;
/** Default for -blockmintxfee, which sets the minimum feerate for a transaction in blocks created by mining code **/
static const unsigned int DEFAULT_BLOCK_MIN_TX_FEE = 1000;
/** The maximum weight for transactions we're willing to relay/mine */
static const unsigned int MAX_STANDARD_TX_WEIGHT = 400000;
static const unsigned int MAX_STANDARD_TX_WEIGHT = 4000000;
/** Maximum number of signature check operations in an IsStandard() P2SH script */
static const unsigned int MAX_P2SH_SIGOPS = 15;
/** The maximum number of sigops we're willing to relay/mine in a single tx */
Expand Down

0 comments on commit a87db37

Please sign in to comment.