Skip to content

Commit

Permalink
Update packages.h
Browse files Browse the repository at this point in the history
  • Loading branch information
BlobMaster41 committed Sep 27, 2024
1 parent 4ee7217 commit 54952f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policy/packages.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static constexpr uint32_t MAX_PACKAGE_COUNT{25};
to allow for context-less checks. This must allow a superset of sigops
weighted vsize limited transactions to not disallow transactions we would
have otherwise accepted individually. */
static constexpr uint32_t MAX_PACKAGE_WEIGHT = 4004'000;
static constexpr uint32_t MAX_PACKAGE_WEIGHT = 16004'000;
static_assert(MAX_PACKAGE_WEIGHT >= MAX_STANDARD_TX_WEIGHT);

// If a package is to be evaluated, it must be at least as large as the mempool's ancestor/descendant limits,
Expand Down

0 comments on commit 54952f0

Please sign in to comment.