From 54952f0448d09f2806289d89ba4b6351d053ae67 Mon Sep 17 00:00:00 2001 From: BlobMaster41 <96896824+BlobMaster41@users.noreply.github.com> Date: Fri, 27 Sep 2024 01:08:31 -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 e0854d891e385..808ff3c50a51c 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 = 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,