[#MAX_PACKAGE_WEIGHT] = MAX_PACKAGE_WEIGHT :mrdocs: Default maximum total weight of transactions in a package in weight 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. == Synopsis Declared in `<policy/packages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr uint32_t MAX_PACKAGE_WEIGHT = 404'000; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#