From fedd964c30d0073bd17e8367b8d70c067eee3c18 Mon Sep 17 00:00:00 2001 From: BlobMaster41 <96896824+BlobMaster41@users.noreply.github.com> Date: Fri, 27 Sep 2024 01:05:25 -0400 Subject: [PATCH] Update packages.h --- src/policy/packages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/policy/packages.h b/src/policy/packages.h index 2efaf788cfdc9..e0854d891e385 100644 --- a/src/policy/packages.h +++ b/src/policy/packages.h @@ -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 = 3904'000; +static constexpr uint32_t MAX_PACKAGE_WEIGHT = 4004'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,